Searched refs:thread_ast_set (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.101.4/osfmk/kern/ ! |
| H A D | thread_act.c | 1039 thread_ast_set(thread, AST_APC); in thread_set_apc_ast_locked() 1234 thread_ast_set(thread, ast); in act_set_ast() 1240 thread_ast_set(thread, ast); in act_set_ast() 1268 thread_ast_set(thread, ast); in act_set_ast_async() 1282 thread_ast_set(thread, AST_DEBUG_ASSERT); in act_set_debug_assert()
|
| H A D | ast.h | 196 #define thread_ast_set(act, reason) ((void)os_atomic_or(&(act)->ast, (reason), relaxed)) macro
|
| H A D | arcade.c | 96 thread_ast_set(thread, AST_ARCADE); in arcade_prepare()
|
| H A D | telemetry.c | 450 thread_ast_set(thread, ast_bits); in telemetry_mark_curthread()
|
| H A D | thread.c | 2387 thread_ast_set(thread, AST_GUARD); in thread_guard_violation()
|