Home
last modified time | relevance | path

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

/xnu-11215/bsd/pthread/
H A Dworkqueue_internal.h104 #define TRP_PRIORITY 0x1 macro
H A Dpthread_workqueue.c572 if ((req_flags & TRP_PRIORITY) && req_trp.trp_pri != cur_trp.trp_pri) { in workq_thread_needs_params_change()
731 if (trp.trp_flags & TRP_PRIORITY) { in workq_thread_reset_pri()
1388 assert(trp.trp_flags & TRP_PRIORITY); in workq_priority_for_req()
/xnu-11215/bsd/kern/
H A Dkern_event.c3469 if (trp->trp_flags & TRP_PRIORITY) { in kqworkloop_init()
4935 trp.trp_flags |= TRP_PRIORITY;
4968 if (!(trp.trp_flags & (TRP_POLICY | TRP_PRIORITY))) {
4975 trp.trp_flags |= TRP_PRIORITY;
9269 if (trp.trp_flags & TRP_PRIORITY) {