Searched refs:thread_ast_peek (Results 1 – 3 of 3) sorted by relevance
190 #define thread_ast_peek(act, reason) (os_atomic_load(&(act)->ast, relaxed) & (reason)) macro
481 if (thread_ast_peek(self, AST_APC)) { in kernel_mach_msg_rpc_common()
1416 if (thread_ast_peek(thread, AST_DEBUG_ASSERT) != AST_DEBUG_ASSERT) { in act_set_debug_assert()