HelenOS sources
all 105 uspace/app/stats/stats.c static void list_threads(task_id_t task_id, bool all)
all 118 uspace/app/stats/stats.c if ((all) || (stats_threads[i].task_id == task_id)) {
all 143 uspace/app/stats/stats.c static void list_ipccs(task_id_t task_id, bool all)
all 156 uspace/app/stats/stats.c if ((all) || (stats_ipccs[i].caller == task_id)) {
all 74 uspace/lib/cpp/include/__bits/locale/locale.hpp static const category all = collate | ctype | monetary |
all 175 uspace/lib/cpp/src/__bits/test/bitset.cpp test_eq("all1", b1.all(), false);
all 183 uspace/lib/cpp/src/__bits/test/bitset.cpp test_eq("set + all", b1.all(), true);
HelenOS homepage, sources at GitHub