Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dast.c103 thread_block_reason(THREAD_CONTINUE_NULL, NULL, urgent_reason); in thread_preempted_in_kernel()
186 thread_block_reason(thread_preempted, NULL, urgent_reason); in ast_taken_user()
262 thread_block_reason(thread_preempted, NULL, preemption_reasons); in ast_taken_user()
H A Dsyscall_subr.c335 thread_block_reason(continuation, parameter, AST_YIELD); in thread_yield_with_continuation()
626 thread_block_reason(THREAD_CONTINUE_NULL, NULL, AST_YIELD); in thread_yield_internal()
661 (void)thread_block_reason(THREAD_CONTINUE_NULL, NULL, ast); in thread_yield_to_preemption()
H A Dtest_lock.c468 thread_block_reason(THREAD_CONTINUE_NULL, NULL, AST_YIELD); in smr_sleepable_stress_worker()
H A Dsched_prim.h259 extern wait_result_t thread_block_reason(
H A Dsfi.c1035 thread_block_reason(continuation, NULL, AST_SFI); in sfi_ast()
H A Dsched_prim.c3752 thread_block_reason( in thread_block_reason() function
3817 return thread_block_reason(continuation, NULL, AST_NONE); in thread_block()
3825 return thread_block_reason(continuation, parameter, AST_NONE); in thread_block_parameter()
7000 thread_block_reason(THREAD_CONTINUE_NULL, NULL, ast); in thread_set_eager_preempt()
H A Dledger.c2308 ret = thread_block_reason(THREAD_CONTINUE_NULL, NULL, in ledger_perform_blocking()
/xnu-12377.41.6/tests/unit/mocks/
H A Dmock_thread.h112 thread_block_reason, (
H A Dmock_thread.c1398 thread_block_reason, (