Home
last modified time | relevance | path

Searched refs:found_thread (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dsched_clutch.c3301 goto found_thread; in sched_clutch_processor_highest_thread()
3307 goto found_thread; in sched_clutch_processor_highest_thread()
3313 found_thread: in sched_clutch_processor_highest_thread()
H A Dtask.c7956 thread_t found_thread = THREAD_NULL; in task_findtid() local
7972 found_thread = iter_thread; in task_findtid()
7973 thread_reference(found_thread); in task_findtid()
7980 return found_thread; in task_findtid()
H A Dsched_prim.c185 bool found_thread = false; in check_rt_runq_consistency() local
198 found_thread = true; in check_rt_runq_consistency()
231 assert(found_thread); in check_rt_runq_consistency()
/xnu-11215/tests/
H A Dstackshot_tests.m3259 bool found_thread = false;
3264 found_thread = true;
3271 if (found_pid || found_thread) {
3272 T_LOG("found SRP %s %lld waiter: %d", (found_thread ? "thread" : "pid"),