Searched refs:AST_YIELD (Results 1 – 4 of 4) sorted by relevance
115 #define AST_YIELD 0x10 macro140 #define AST_SCHEDULING (AST_PREEMPTION | AST_YIELD | AST_HANDOFF)
329 thread_block_reason(continuation, parameter, AST_YIELD); in thread_yield_with_continuation()616 thread_block_reason(THREAD_CONTINUE_NULL, NULL, AST_YIELD); in thread_yield_internal()646 ast = csw_check(self, p, AST_YIELD); in thread_yield_to_preemption()
457 thread_block_reason(THREAD_CONTINUE_NULL, NULL, AST_YIELD); in smr_sleepable_stress_worker()
2634 bool is_yielding = (*reason & AST_YIELD) == AST_YIELD; in thread_select()3883 if (reason & AST_YIELD) { in thread_block_reason()