Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/pthread/
H A Dpthread_workqueue.c103 static bool _wq_cooperative_queue_refresh_best_req_qos(struct workqueue *wq);
1265 assert(_wq_cooperative_queue_refresh_best_req_qos(wq) == false); in workq_push_idle_thread()
1471 _wq_cooperative_queue_refresh_best_req_qos(struct workqueue *wq) in _wq_cooperative_queue_refresh_best_req_qos() function
1651 return _wq_cooperative_queue_refresh_best_req_qos(wq); in workq_threadreq_enqueue()
1703 _wq_cooperative_queue_refresh_best_req_qos(wq); in workq_threadreq_dequeue()
1735 next_highest_request_changed = _wq_cooperative_queue_refresh_best_req_qos(wq); in workq_threadreq_dequeue()
2511 force_run = _wq_cooperative_queue_refresh_best_req_qos(wq); in bsdthread_set_self()
4101 (void) _wq_cooperative_queue_refresh_best_req_qos(wq); in workq_cooperative_queue_best_req()
4110 assert(_wq_cooperative_queue_refresh_best_req_qos(wq) == false); in workq_cooperative_queue_best_req()
4674 _wq_cooperative_queue_refresh_best_req_qos(wq); in workq_select_threadreq_or_park_and_unlock()