Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dwaitq.c843 kr = thread_go(thread, args->result, args->options); in waitq_select_queue_flush()
1576 ret = thread_go(thread, result, WQ_OPTION_NONE); in waitq_wakeup64_identify_locked()
1609 ret = thread_go(thread, result, WQ_OPTION_NONE); in waitq_wakeup64_thread_and_unlock()
H A Dsched_prim.h135 extern kern_return_t thread_go(
H A Dsched_prim.c982 thread_go( in thread_go() function
1580 return thread_go(thread, wresult, WQ_OPTION_NONE); in clear_wait_internal()