Searched refs:WORKQUEUE_BG_PRIOQUEUE (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dpthread_internal.h55 #define WORKQUEUE_BG_PRIOQUEUE 3 /* background priority queue */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c1904 if ((orig_priority == WORKQUEUE_BG_PRIOQUEUE) || (priority == WORKQUEUE_BG_PRIOQUEUE)) {
1905 if (orig_priority == WORKQUEUE_BG_PRIOQUEUE) {
1910 if (priority == WORKQUEUE_BG_PRIOQUEUE) {

Completed in 21 milliseconds