Home
last modified time | relevance | path

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

/xnu-8019.80.24/libsyscall/mach/
H A Dmach_msg.c795 #undef mach_msg_priority_encode
797 mach_msg_priority_encode(mach_msg_qos_t override_qos, mach_msg_qos_t qos, int relpri) in mach_msg_priority_encode() function
/xnu-8019.80.24/osfmk/mach/
H A Dmessage.h246 extern mach_msg_priority_t mach_msg_priority_encode(
309 #define mach_msg_priority_encode(...) \ macro