Home
last modified time | relevance | path

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

/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c1997 uint32_t conc = wq_max_parallelism[_wq_bucket(qos)]; in workq_sched_callback() local
1998 if (old_req_count <= conc && conc <= old_req_count + max_busycount) { in workq_sched_callback()
4824 uint32_t cnt = 0, conc = wq_max_parallelism[_wq_bucket(qos)]; in workq_creator_should_yield() local
4825 if (wq->wq_fulfilled - snapshot > conc) { in workq_creator_should_yield()
4835 if (conc <= cnt) { in workq_creator_should_yield()