Home
last modified time | relevance | path

Searched refs:thread_go (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dwaitq.c866 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 Dsched_prim.h135 extern void thread_go(
H A Dsched_prim.c1157 thread_go( in thread_go() function
1841 thread_go(thread, wresult, /* handoff */ false); in clear_wait_internal()