Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/pthread/
H A Dpthread_workqueue.c94 static bool _wq_cooperative_queue_refresh_best_req_qos(struct workqueue *wq);
1206 assert(_wq_cooperative_queue_refresh_best_req_qos(wq) == false); in workq_push_idle_thread()
1407 _wq_cooperative_queue_refresh_best_req_qos(struct workqueue *wq) in _wq_cooperative_queue_refresh_best_req_qos() function
1587 return _wq_cooperative_queue_refresh_best_req_qos(wq); in workq_threadreq_enqueue()
1639 _wq_cooperative_queue_refresh_best_req_qos(wq); in workq_threadreq_dequeue()
1671 next_highest_request_changed = _wq_cooperative_queue_refresh_best_req_qos(wq); in workq_threadreq_dequeue()
2392 force_run = _wq_cooperative_queue_refresh_best_req_qos(wq); in bsdthread_set_self()
3715 (void) _wq_cooperative_queue_refresh_best_req_qos(wq); in workq_cooperative_queue_best_req()
3724 assert(_wq_cooperative_queue_refresh_best_req_qos(wq) == false); in workq_cooperative_queue_best_req()