Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/mach/
H A Dmessage.h154 #define MACH_MSGH_BITS_IMPHOLDASRT 0x10000000U /* assertion help, userland private */ macro
155 #define MACH_MSGH_BITS_DENAPHOLDASRT MACH_MSGH_BITS_IMPHOLDASRT
198 (((bits) & MACH_MSGH_BITS_IMPHOLDASRT) != MACH_MSGH_BITS_ZERO)
/xnu-10002.61.3/libsyscall/wrappers/libproc/
H A Dlibproc.c905 if ((msg->msgh_bits & MACH_MSGH_BITS_IMPHOLDASRT) == 0) { in proc_importance_assertion_begin_with_msg()
906 msg->msgh_bits |= MACH_MSGH_BITS_IMPHOLDASRT; in proc_importance_assertion_begin_with_msg()