Searched refs:thread_go (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | waitq.c | 866 thread_go(thread, args->result, false); in waitq_select_queue_add() 917 thread_go(thread, args->result, args->flags & WAITQ_HANDOFF); in waitq_select_queue_flush() 1656 thread_go(thread, result, (flags & WAITQ_HANDOFF)); in waitq_resume_identified_thread() 1680 thread_go(thread, result, (flags & WAITQ_HANDOFF)); in waitq_resume_and_bind_identified_thread() 1719 thread_go(thread, result, /* handoff */ false); in waitq_wakeup64_thread_and_unlock()
|
| H A D | sched_prim.h | 135 extern void thread_go(
|
| H A D | sched_prim.c | 1157 thread_go( in thread_go() function 1841 thread_go(thread, wresult, /* handoff */ false); in clear_wait_internal()
|