Searched refs:thread_block_reason (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dast.c140 thread_block_reason(THREAD_CONTINUE_NULL, NULL,
203 thread_block_reason((thread_continue_t)thread_exception_return, NULL, AST_PREEMPT);
H A Dsyscall_subr.c143 thread_block_reason((thread_continue_t)swtch_continue, NULL, AST_YIELD);
190 thread_block_reason((thread_continue_t)swtch_pri_continue, NULL, AST_YIELD);
328 thread_block_reason((thread_continue_t)thread_switch_continue, NULL, AST_YIELD);
485 thread_block_reason(THREAD_CONTINUE_NULL, NULL, AST_YIELD);
H A Dsched_prim.h176 extern wait_result_t thread_block_reason(
H A Dledger.c932 ret = thread_block_reason(THREAD_CONTINUE_NULL, NULL,
H A Dsched_prim.c2506 * thread_block_reason:
2519 thread_block_reason( function
2575 return thread_block_reason(continuation, NULL, AST_NONE);
2583 return thread_block_reason(continuation, parameter, AST_NONE);
4467 (void) thread_block_reason(THREAD_CONTINUE_NULL, NULL, ast);

Completed in 25 milliseconds