Home
last modified time | relevance | path

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

/xnu-8020.140.41/libsyscall/mach/
H A Dmach_msg.c788 #undef mach_msg_priority_is_pthread_priority
790 mach_msg_priority_is_pthread_priority(mach_msg_priority_t pri) in mach_msg_priority_is_pthread_priority() function
/xnu-8020.140.41/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-8020.140.41/osfmk/ipc/
H A Dipc_port.c480 if (mach_msg_priority_is_pthread_priority(priority)) { in ipc_port_request_sparm()
H A Dipc_kmsg.c2527 !mach_msg_priority_is_pthread_priority(priority)) { in ipc_kmsg_set_qos()