Home
last modified time | relevance | path

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

/xnu-11215/bsd/pthread/
H A Dpthread_priority.c32 #ifndef QOS_MIN_RELATIVE_PRIORITY // from <sys/qos.h> in userspace
33 #define QOS_MIN_RELATIVE_PRIORITY -15 macro
44 if (relpri > 0 || relpri < QOS_MIN_RELATIVE_PRIORITY) { in _pthread_priority_normalize()
60 if (relpri > 0 || relpri < QOS_MIN_RELATIVE_PRIORITY) { in _pthread_priority_normalize_for_ipc()