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

/macosx-10.9.5/xnu-2422.115.4/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c341 if ((*myast & AST_CHUD_URGENT) && (reasons & (AST_URGENT | AST_CHUD_URGENT))) { // Only execute urgent callbacks if reasons specifies an urgent context.
351 if ((*myast & AST_CHUD) && (reasons & AST_CHUD)) { // Only execute non-urgent callbacks if reasons actually specifies AST_CHUD. This implies non-urgent callbacks since the only time this'll happen is if someone either calls ast_taken with AST_CHUD explicitly (not done at time of writing, but possible) or with AST_ALL, which of course includes AST_CHUD.
410 chudxnu_perfmon_ast_send_urgent(boolean_t urgent) argument
415 if(urgent) {
/macosx-10.9.5/xnu-2422.115.4/osfmk/chud/
H A Dchud_xnu.h227 extern kern_return_t chudxnu_perfmon_ast_send_urgent(boolean_t urgent);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNSEmbeddedAPI.h602 mDNSu16 urgent; variable

Completed in 185 milliseconds