Home
last modified time | relevance | path

Searched refs:AST_APC (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dast.h118 #define AST_APC 0x20 /* migration APC hook */ macro
149 #define AST_PER_THREAD (AST_APC | AST_BSD | AST_MACF | AST_RESET_PCS | \
H A Dast.c242 if (reasons & AST_APC) { in ast_taken_user()
243 thread_ast_clear(thread, AST_APC); in ast_taken_user()
H A Dthread_act.c222 thread_ast_clear(thread, AST_APC); in thread_terminate()
1027 thread_ast_set(thread, AST_APC); in thread_set_apc_ast_locked()
H A Dipc_mig.c383 if (self->ast & AST_APC) { in kernel_mach_msg_rpc()
H A Dthread.c422 thread_ast_clear(thread, AST_APC); in thread_corpse_continue()