Searched refs:AST_APC (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dast.h91 #define AST_APC 0x20 /* migration APC hook */ macro
143 #define AST_PER_THREAD (AST_APC | AST_BSD | MACHINE_AST_PER_THREAD)
H A Dast.c159 if (reasons & AST_APC)
H A Dthread_act.c168 ast_taken(AST_APC, TRUE);
679 thread_ast_set(thread, AST_APC);
702 thread_ast_clear(thread, AST_APC);
880 thread_ast_set(thread, AST_APC);
887 thread_ast_set(thread, AST_APC);

Completed in 27 milliseconds