Home
last modified time | relevance | path

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

/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c620 bool force_run) in workq_thread_update_bucket() argument
641 (old_bucket > new_bucket || force_run)) { in workq_thread_update_bucket()
2458 bool force_run = false; in bsdthread_set_self() local
2502 force_run = (wq->wq_constrained_threads_scheduled-- == wq_max_constrained_threads); in bsdthread_set_self()
2511 force_run = _wq_cooperative_queue_refresh_best_req_qos(wq); in bsdthread_set_self()
2518 workq_thread_update_bucket(p, wq, uth, old_pri, new_pri, force_run); in bsdthread_set_self()