Searched refs:thread_block_reason (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | ast.c | 103 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 D | syscall_subr.c | 335 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 D | test_lock.c | 468 thread_block_reason(THREAD_CONTINUE_NULL, NULL, AST_YIELD); in smr_sleepable_stress_worker()
|
| H A D | sched_prim.h | 259 extern wait_result_t thread_block_reason(
|
| H A D | sfi.c | 1035 thread_block_reason(continuation, NULL, AST_SFI); in sfi_ast()
|
| H A D | sched_prim.c | 3752 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 D | ledger.c | 2308 ret = thread_block_reason(THREAD_CONTINUE_NULL, NULL, in ledger_perform_blocking()
|
| /xnu-12377.41.6/tests/unit/mocks/ |
| H A D | mock_thread.h | 112 thread_block_reason, (
|
| H A D | mock_thread.c | 1398 thread_block_reason, (
|