Searched refs:thread_ast_peek (Results 1 – 2 of 2) sorted by relevance
198 #define thread_ast_peek(act, reason) (os_atomic_load(&(act)->ast, relaxed) & (reason)) macro
1281 if (thread_ast_peek(thread, AST_DEBUG_ASSERT) != AST_DEBUG_ASSERT) { in act_set_debug_assert()