Home
last modified time | relevance | path

Searched refs:thread_block_reason (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dast.c100 thread_block_reason(THREAD_CONTINUE_NULL, NULL, urgent_reason); in thread_preempted_in_kernel()
183 thread_block_reason(thread_preempted, NULL, urgent_reason); in ast_taken_user()
340 thread_block_reason(thread_preempted, NULL, preemption_reasons); in ast_taken_user()
H A Dsyscall_subr.c329 thread_block_reason(continuation, parameter, AST_YIELD); in thread_yield_with_continuation()
615 thread_block_reason(THREAD_CONTINUE_NULL, NULL, AST_YIELD); in thread_yield_internal()
650 (void)thread_block_reason(THREAD_CONTINUE_NULL, NULL, ast); in thread_yield_to_preemption()
H A Dsched_prim.h242 extern wait_result_t thread_block_reason(
H A Dsfi.c1031 thread_block_reason(continuation, NULL, AST_SFI); in sfi_ast()
H A Dsched_prim.c3704 thread_block_reason( in thread_block_reason() function
3761 return thread_block_reason(continuation, NULL, AST_NONE); in thread_block()
3769 return thread_block_reason(continuation, parameter, AST_NONE); in thread_block_parameter()
6902 thread_block_reason(THREAD_CONTINUE_NULL, NULL, ast); in thread_set_eager_preempt()
H A Dledger.c2054 ret = thread_block_reason(THREAD_CONTINUE_NULL, NULL, in ledger_perform_blocking()