Home
last modified time | relevance | path

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

/xnu-10002.61.3/libsyscall/mach/
H A Dmach_msg.c884 #undef mach_msg_priority_is_pthread_priority
886 mach_msg_priority_is_pthread_priority(mach_msg_priority_t pri) in mach_msg_priority_is_pthread_priority() function
/xnu-10002.61.3/osfmk/mach/
H A Dmessage.h246 extern int mach_msg_priority_is_pthread_priority(mach_msg_priority_t pri);
308 #define mach_msg_priority_is_pthread_priority(...) \ macro
/xnu-10002.61.3/osfmk/ipc/
H A Dipc_port.c502 if (mach_msg_priority_is_pthread_priority(priority)) { in ipc_port_request_sparm()
H A Dipc_kmsg.c3625 !mach_msg_priority_is_pthread_priority(priority)) { in ipc_kmsg_set_qos()