Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dprioritize_process_launch.c732 mach_msg_priority_encode(0, THREAD_QOS_LEGACY, 0), 0, MACH_MSG_TYPE_COPY_SEND);
754 mach_msg_priority_encode(0, THREAD_QOS_LEGACY, 0), 0, MACH_MSG_TYPE_COPY_SEND);
801 mach_msg_priority_encode(0, THREAD_QOS_LEGACY, 0), 0, MACH_MSG_TYPE_COPY_SEND);
H A Dturnstile_multihop.c770 mach_msg_priority_encode(0, THREAD_QOS_MAINTENANCE, 0), 0); in thread_at_maintenance()
774 mach_msg_priority_encode(0, THREAD_QOS_MAINTENANCE, 0), 0); in thread_at_maintenance()
H A Dkevent_qos.c902 priority = mach_msg_priority_encode(0, thread_qos_from_qos_class(qos), 0); in send()
/xnu-11215/libsyscall/mach/
H A Dmach_msg.c891 #undef mach_msg_priority_encode
893 mach_msg_priority_encode(mach_msg_qos_t override_qos, mach_msg_qos_t qos, int relpri) in mach_msg_priority_encode() function
/xnu-11215/osfmk/mach/
H A Dmessage.h252 extern mach_msg_priority_t mach_msg_priority_encode(
315 #define mach_msg_priority_encode(...) \ macro