Searched refs:found_thread (Results 1 – 4 of 4) sorted by relevance
3301 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()
7956 thread_t found_thread = THREAD_NULL; in task_findtid() local7972 found_thread = iter_thread; in task_findtid()7973 thread_reference(found_thread); in task_findtid()7980 return found_thread; in task_findtid()
185 bool found_thread = false; in check_rt_runq_consistency() local198 found_thread = true; in check_rt_runq_consistency()231 assert(found_thread); in check_rt_runq_consistency()
3259 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"),