Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dast.h190 #define thread_ast_peek(act, reason) (os_atomic_load(&(act)->ast, relaxed) & (reason)) macro
H A Dipc_mig.c481 if (thread_ast_peek(self, AST_APC)) { in kernel_mach_msg_rpc_common()
H A Dthread_act.c1416 if (thread_ast_peek(thread, AST_DEBUG_ASSERT) != AST_DEBUG_ASSERT) { in act_set_debug_assert()