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

/darwin-on-arm/xnu/bsd/sys/
H A Dpthread_internal.h97 uint32_t wq_thidlecount; member in struct:workqueue
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c634 KERNEL_DEBUG(0xefffd108 | DBG_FUNC_START, wq, wq->wq_flags, wq->wq_nthreads, wq->wq_thidlecount, 0);
707 if (wq->wq_thidlecount == 0)
738 while (wq->wq_thidlecount && !(wq->wq_flags & WQ_EXITING)) {
751 if (wq->wq_thidlecount == 0 && retval == TRUE && add_thread == TRUE)
754 if (wq->wq_thidlecount == 0 || busycount)
757 KERNEL_DEBUG(0xefffd108 | DBG_FUNC_NONE, wq, wq->wq_reqcount, wq->wq_thidlecount, busycount, 0);
775 KERNEL_DEBUG(0xefffd108 | DBG_FUNC_END, wq, start_timer, wq->wq_nthreads, wq->wq_thidlecount, 0);
820 if (wq->wq_thidlecount == 0) {
835 if (wq->wq_thidlecount) {
962 wq->wq_thidlecount
[all...]

Completed in 14 milliseconds