Searched refs:mach_msg_priority_encode (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/tests/ |
| H A D | prioritize_process_launch.c | 732 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 D | turnstile_multihop.c | 770 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 D | kevent_qos.c | 902 priority = mach_msg_priority_encode(0, thread_qos_from_qos_class(qos), 0); in send()
|
| /xnu-11215/libsyscall/mach/ |
| H A D | mach_msg.c | 891 #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 D | message.h | 252 extern mach_msg_priority_t mach_msg_priority_encode( 315 #define mach_msg_priority_encode(...) \ macro
|