Searched refs:AST_NONE (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | ast.h | 138 #define AST_NONE 0x00 macro 139 #define AST_ALL (~AST_NONE)
|
| H A D | sfi.c | 361 if (AST_NONE != sfi_processor_needs_ast(processor)) { in sfi_timer_global_off() 890 return AST_NONE; in sfi_thread_needs_ast() 913 return AST_NONE; in sfi_processor_needs_ast() 1078 if ((sfi_ast == AST_NONE) || (class_id != current_class_id)) { in sfi_reevaluate() 1096 if (sfi_ast != AST_NONE) { in sfi_reevaluate()
|
| H A D | sched_prim.c | 874 thread->reason = AST_NONE; in thread_unblock() 3651 if (new_ast != AST_NONE) { in thread_dispatch() 3721 self->reason = AST_NONE; in thread_dispatch() 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() 3845 ast_t reason = AST_NONE; in thread_run() 3861 reason = AST_NONE; in thread_run() 4184 ast_t preempt = AST_NONE; in realtime_setrun() 4193 if (preempt != AST_NONE) { in realtime_setrun() 4436 ast_t preempt = AST_NONE; in processor_setrun() [all …]
|
| H A D | sched_amp_common.c | 145 ast_t preempt = AST_NONE; in pset_signal_spill() 178 if (preempt != AST_NONE) { in pset_signal_spill()
|
| H A D | syscall_subr.c | 646 ast_t ast = AST_NONE; in thread_yield_to_preemption() 660 if (ast != AST_NONE) { in thread_yield_to_preemption()
|
| H A D | sched_dualq.c | 327 if (sched_dualq_thread_avoid_processor(processor, current_thread(), AST_NONE)) { in sched_dualq_processor_csw_check() 356 return AST_NONE; in sched_dualq_processor_csw_check()
|
| H A D | sched_amp.c | 370 return AST_NONE; in sched_amp_processor_csw_check()
|
| H A D | priority.c | 233 if ((preempt = csw_check(thread, processor, check_reason)) != AST_NONE) { in thread_quantum_expire()
|
| H A D | sched_clutch.c | 3442 return AST_NONE; in sched_clutch_processor_csw_check()
|
| /xnu-12377.41.6/tests/sched/sched_test_harness/ |
| H A D | sched_clutch_harness_impl.c | 253 thread->reason = AST_NONE; in clutch_impl_create_thread()
|
| H A D | sched_edge_harness.c | 367 …e_thread_avoid_processor(cpus[cpu_id], (thread_t)thread, quantum_expired ? AST_QUANTUM : AST_NONE); in impl_thread_avoid_processor()
|
| /xnu-12377.41.6/tests/unit/mocks/ |
| H A D | mock_thread.c | 1235 …(continuation == THREAD_CONTINUE_NULL && parameter == NULL && reason == AST_NONE, "thread_block ar… in pthread_mock_thread_block_reason() 1410 …(continuation == THREAD_CONTINUE_NULL && parameter == NULL && reason == AST_NONE, "thread_block ar…
|
| /xnu-12377.41.6/osfmk/arm64/ |
| H A D | cpu.c | 772 cpu_data_ptr->cpu_pending_ast = AST_NONE; in cpu_data_init()
|