Lines Matching refs:THREAD_QOS_UNSPECIFIED
368 new_qos = req ? req->tr_qos : THREAD_QOS_UNSPECIFIED; in _wq_thactive_refresh_best_constrained_req_qos()
725 thread_set_workq_pri(th, THREAD_QOS_UNSPECIFIED, mgr_pri, in workq_thread_reset_pri()
733 qos = THREAD_QOS_UNSPECIFIED; in workq_thread_reset_pri()
1490 thread_qos_t highest_qos_with_no_scheduled = THREAD_QOS_UNSPECIFIED; in _wq_cooperative_queue_refresh_best_req_qos()
1491 thread_qos_t highest_qos_req_with_width = THREAD_QOS_UNSPECIFIED; in _wq_cooperative_queue_refresh_best_req_qos()
1493 thread_qos_t highest_qos_req = THREAD_QOS_UNSPECIFIED; in _wq_cooperative_queue_refresh_best_req_qos()
1529 if (wq->wq_cooperative_queue_best_req_qos == THREAD_QOS_UNSPECIFIED) { in _wq_cooperative_queue_refresh_best_req_qos()
1536 if (wq->wq_cooperative_queue_best_req_qos == THREAD_QOS_UNSPECIFIED) { in _wq_cooperative_queue_refresh_best_req_qos()
1973 if (req_qos == THREAD_QOS_UNSPECIFIED) { in workq_sched_callback()
2338 if (data->qos_tier == THREAD_QOS_UNSPECIFIED || data->tier_importance > 0 || in _pthread_priority_to_policy()
2387 thread_qos_t qos_override = THREAD_QOS_UNSPECIFIED; in bsdthread_set_self()
2618 if (qos == THREAD_QOS_UNSPECIFIED) { in bsdthread_add_explicit_override()
2660 if (qos_override == THREAD_QOS_UNSPECIFIED) { in workq_thread_add_dispatch_override()
2738 new_pri.qos_override = THREAD_QOS_UNSPECIFIED; in workq_thread_reset_dispatch_override()
2801 } else if (qos == THREAD_QOS_UNSPECIFIED || qos >= THREAD_QOS_LAST) { in bsdthread_get_max_parallelism()
2922 qos == THREAD_QOS_UNSPECIFIED) { in workq_reqthreads()
3068 if (qos == THREAD_QOS_UNSPECIFIED) { in workq_kern_threadreq_initiate()
3363 if (qos == THREAD_QOS_UNSPECIFIED) { in workq_kern_threadreq_permanent_bind()
3544 if (qos == THREAD_QOS_UNSPECIFIED) { in workq_kern_quantum_expiry_reevaluate()
3777 qos == THREAD_QOS_UNSPECIFIED) { in workq_kernreturn()
3816 if (qos == THREAD_QOS_UNSPECIFIED) { in workq_kernreturn()
4113 if (qos == THREAD_QOS_UNSPECIFIED) { in workq_cooperative_queue_best_req()
4129 thread_qos_t qos = THREAD_QOS_UNSPECIFIED; in workq_threadreq_select_for_creator()
4320 thread_qos_t qos = THREAD_QOS_UNSPECIFIED; in workq_threadreq_select()