Searched refs:wq_threads_scheduled (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dpthread_internal.h94 uint32_t wq_threads_scheduled; member in struct:workqueue
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c939 KERNEL_DEBUG1(0xefffd020 | DBG_FUNC_END, wq, wq->wq_threads_scheduled, tl->th_priority, tl->th_affinity_tag, thread_tid(thread));
1829 wq->wq_threads_scheduled++;
1995 wq->wq_threads_scheduled--;
2017 KERNEL_DEBUG1(0xefffd018 | DBG_FUNC_START, wq, wq->wq_threads_scheduled, wq->wq_thidlecount, us_to_wait, thread_tid(th_to_park));
2314 pwqinfo->pwq_blockedthreads = wq->wq_threads_scheduled - activecount;

Completed in 19 milliseconds