Home
last modified time | relevance | path

Searched refs:AST_PER_THREAD (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/osfmk/kern/
H A Dast.c211 ast_t reasons = ast_consume(AST_PER_THREAD | AST_KPERF | AST_DTRACE); in ast_taken_user()
449 *pending_ast = (*pending_ast & ~AST_PER_THREAD) | thread_ast_get(thread); in ast_context()
H A Dast.h147 #define AST_PER_THREAD (AST_APC | AST_BSD | AST_MACF | AST_RESET_PCS | \ macro