Home
last modified time | relevance | path

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

/xnu-11215/osfmk/mach/
H A Dmessage.h270 #define MACH_MSG_PRIORITY_QOS_MASK (0xf << MACH_MSG_PRIORITY_QOS_SHIFT) macro
299 pri &= MACH_MSG_PRIORITY_QOS_MASK; in mach_msg_priority_qos_inline()