Home
last modified time | relevance | path

Searched refs:AST_YIELD (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dast.h117 #define AST_YIELD 0x10 macro
142 #define AST_SCHEDULING (AST_PREEMPTION | AST_YIELD | AST_HANDOFF)
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()
645 ast = csw_check(self, p, AST_YIELD); in thread_yield_to_preemption()
H A Dsched_prim.c2494 bool is_yielding = (*reason & AST_YIELD) == AST_YIELD; in thread_select()
3719 if (reason & AST_YIELD) { in thread_block_reason()