Searched refs:thread_ast_set (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | thread_act.c | 1120 thread_ast_set(thread, AST_APC); in thread_set_apc_ast_locked() 1371 thread_ast_set(thread, ast); in act_set_ast() 1377 thread_ast_set(thread, ast); in act_set_ast() 1402 thread_ast_set(thread, ast); in act_set_ast_async() 1416 thread_ast_set(thread, AST_DEBUG_ASSERT); in act_set_debug_assert() 1468 thread_ast_set(thread, AST_RESET_PCS); in act_set_ast_reset_pcs() 1493 thread_ast_set(thread, AST_RESET_PCS); in act_set_ast_reset_pcs() 1501 thread_ast_set(thread, AST_RESET_PCS); in act_set_ast_reset_pcs()
|
| H A D | ast.h | 192 #define thread_ast_set(act, reason) ((void)os_atomic_or(&(act)->ast, (reason), relaxed)) macro
|
| H A D | arcade.c | 98 thread_ast_set(thread, AST_ARCADE); in arcade_prepare()
|
| H A D | telemetry.c | 410 thread_ast_set(thread, ast_bits); in _telemetry_mark_curthread()
|
| H A D | thread.c | 2502 thread_ast_set(thread, AST_MACH_EXCEPTION); in thread_ast_mach_exception()
|
| H A D | task.c | 10925 thread_ast_set(thread, AST_SYNTHESIZE_MACH); in task_set_ast_mte_synthesize_mach_exception() 10931 thread_ast_set(thread, AST_SYNTHESIZE_MACH); in task_set_ast_mte_synthesize_mach_exception()
|
| /xnu-12377.61.12/osfmk/arm64/ |
| H A D | sleh.c | 723 thread_ast_set(thread, AST_BSD); in task_vtimer_check()
|