Searched refs:thread_ast_set (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.81.4/osfmk/kern/ |
| H A D | thread_act.c | 1121 thread_ast_set(thread, AST_APC); in thread_set_apc_ast_locked() 1372 thread_ast_set(thread, ast); in act_set_ast() 1378 thread_ast_set(thread, ast); in act_set_ast() 1403 thread_ast_set(thread, ast); in act_set_ast_async() 1417 thread_ast_set(thread, AST_DEBUG_ASSERT); in act_set_debug_assert() 1469 thread_ast_set(thread, AST_RESET_PCS); in act_set_ast_reset_pcs() 1494 thread_ast_set(thread, AST_RESET_PCS); in act_set_ast_reset_pcs() 1502 thread_ast_set(thread, AST_RESET_PCS); in act_set_ast_reset_pcs()
|
| H A D | ast.h | 188 #define thread_ast_set(act, reason) ((void)os_atomic_or(&(act)->ast, (reason), relaxed)) macro
|
| H A D | arcade.c | 97 thread_ast_set(thread, AST_ARCADE); in arcade_prepare()
|
| H A D | telemetry.c | 435 thread_ast_set(thread, ast_bits); in telemetry_mark_curthread()
|
| H A D | thread.c | 2472 thread_ast_set(thread, AST_GUARD); in thread_guard_violation()
|
| /xnu-11215.81.4/osfmk/arm64/ |
| H A D | sleh.c | 628 thread_ast_set(thread, AST_BSD); in task_vtimer_check()
|