Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dast.h116 #define AST_APC 0x20 /* migration APC hook */ macro
147 #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.c304 thread_ast_clear(thread, AST_APC); in thread_terminate()
1111 thread_ast_set(thread, AST_APC); in thread_set_apc_ast_locked()
H A Dipc_mig.c481 if (thread_ast_peek(self, AST_APC)) { in kernel_mach_msg_rpc_common()
H A Dthread.c435 thread_ast_clear(thread, AST_APC); in thread_corpse_continue()