Searched refs:AST_YIELD (Results 1 – 3 of 3) sorted by relevance
117 #define AST_YIELD 0x10 macro142 #define AST_SCHEDULING (AST_PREEMPTION | AST_YIELD | AST_HANDOFF)
329 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()
2494 bool is_yielding = (*reason & AST_YIELD) == AST_YIELD; in thread_select()3719 if (reason & AST_YIELD) { in thread_block_reason()