Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dast.c99 thread_block_reason(THREAD_CONTINUE_NULL, NULL, urgent_reason); in thread_preempted_in_kernel()
182 thread_block_reason(thread_preempted, NULL, urgent_reason); in ast_taken_user()
341 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()
616 thread_block_reason(THREAD_CONTINUE_NULL, NULL, AST_YIELD); in thread_yield_internal()
651 (void)thread_block_reason(THREAD_CONTINUE_NULL, NULL, ast); in thread_yield_to_preemption()
H A Dtest_lock.c457 thread_block_reason(THREAD_CONTINUE_NULL, NULL, AST_YIELD); in smr_sleepable_stress_worker()
H A Dsched_prim.h260 extern wait_result_t thread_block_reason(
H A Dsfi.c1033 thread_block_reason(continuation, NULL, AST_SFI); in sfi_ast()
H A Dsched_prim.c3868 thread_block_reason( in thread_block_reason() function
3927 return thread_block_reason(continuation, NULL, AST_NONE); in thread_block()
3935 return thread_block_reason(continuation, parameter, AST_NONE); in thread_block_parameter()
7224 thread_block_reason(THREAD_CONTINUE_NULL, NULL, ast); in thread_set_eager_preempt()
H A Dledger.c2164 ret = thread_block_reason(THREAD_CONTINUE_NULL, NULL, in ledger_perform_blocking()