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

/macosx-10.10/libpthread-105.1.4/sys/
H A Dqos.h142 * @constant QOS_MIN_RELATIVE_PRIORITY
147 #define QOS_MIN_RELATIVE_PRIORITY (-15) macro
/macosx-10.10/libpthread-105.1.4/src/
H A Dqos.c66 if (__relative_priority > 0 || __relative_priority < QOS_MIN_RELATIVE_PRIORITY) {
117 if (__relative_priority > 0 || __relative_priority < QOS_MIN_RELATIVE_PRIORITY) {
151 if (__relative_priority > 0 || __relative_priority < QOS_MIN_RELATIVE_PRIORITY) {
/macosx-10.10/libdispatch-442.1.4/src/
H A Dshims.h69 #define QOS_MIN_RELATIVE_PRIORITY (-15) macro
H A Dqueue_internal.h196 #define DISPATCH_QUEUE_ATTR_PRIO_COUNT (1 - QOS_MIN_RELATIVE_PRIORITY)
H A Dqueue.c1049 if (relative_priority > 0 || relative_priority < QOS_MIN_RELATIVE_PRIORITY){

Completed in 113 milliseconds