Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/pthread/
H A Dpthread_workqueue.c94 static bool _wq_cooperative_queue_refresh_best_req_qos(struct workqueue *wq);
1204 assert(_wq_cooperative_queue_refresh_best_req_qos(wq) == false); in workq_push_idle_thread()
1405 _wq_cooperative_queue_refresh_best_req_qos(struct workqueue *wq) in _wq_cooperative_queue_refresh_best_req_qos() function
1585 return _wq_cooperative_queue_refresh_best_req_qos(wq); in workq_threadreq_enqueue()
1637 _wq_cooperative_queue_refresh_best_req_qos(wq); in workq_threadreq_dequeue()
1666 next_highest_request_changed = _wq_cooperative_queue_refresh_best_req_qos(wq); in workq_threadreq_dequeue()
2387 force_run = _wq_cooperative_queue_refresh_best_req_qos(wq); in bsdthread_set_self()
3710 (void) _wq_cooperative_queue_refresh_best_req_qos(wq); in workq_cooperative_queue_best_req()
3719 assert(_wq_cooperative_queue_refresh_best_req_qos(wq) == false); in workq_cooperative_queue_best_req()