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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dast.c132 thread_block_reason(THREAD_CONTINUE_NULL, NULL,
173 thread_block_reason((thread_continue_t)thread_exception_return, NULL, AST_PREEMPT);
H A Dsyscall_subr.c124 thread_block_reason((thread_continue_t)swtch_continue, NULL, AST_YIELD);
171 thread_block_reason((thread_continue_t)swtch_pri_continue, NULL, AST_YIELD);
307 thread_block_reason((thread_continue_t)thread_switch_continue, NULL, AST_YIELD);
464 thread_block_reason(THREAD_CONTINUE_NULL, NULL, AST_YIELD);
H A Dsched_prim.h170 extern wait_result_t thread_block_reason(
H A Dsched_prim.c1789 * thread_block_reason:
1802 thread_block_reason( function
1852 return thread_block_reason(continuation, NULL, AST_NONE);
1860 return thread_block_reason(continuation, parameter, AST_NONE);

Completed in 28 milliseconds