Home
last modified time | relevance | path

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

/xnu-11215/bsd/pthread/
H A Dpthread_workqueue.c4022 uint32_t busycount, thactive_count; in workq_constrained_allowance() local
4024 thactive_count = _wq_thactive_aggregate_downto_qos(wq, _wq_thactive(wq), in workq_constrained_allowance()
4034 assert(thactive_count > 0); in workq_constrained_allowance()
4035 thactive_count--; in workq_constrained_allowance()
4039 if (count > thactive_count + busycount) { in workq_constrained_allowance()
4040 count -= thactive_count + busycount; in workq_constrained_allowance()
4042 thactive_count, busycount); in workq_constrained_allowance()
4047 thactive_count, busycount); in workq_constrained_allowance()