Home
last modified time | relevance | path

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

/xnu-8796.101.5/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-8796.101.5/osfmk/mach/
H A Dmessage.h245 extern int mach_msg_priority_is_pthread_priority(mach_msg_priority_t pri);
307 #define mach_msg_priority_is_pthread_priority(...) \ macro
/xnu-8796.101.5/osfmk/ipc/
H A Dipc_port.c497 if (mach_msg_priority_is_pthread_priority(priority)) { in ipc_port_request_sparm()
H A Dipc_kmsg.c3533 !mach_msg_priority_is_pthread_priority(priority)) { in ipc_kmsg_set_qos()