Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dproc_info.h226 uint32_t pwq_nthreads; /* total number of workqueue threads */ member
/xnu-11417.140.69/tests/
H A Dproc_info.c1817 …T_EXPECT_GE_UINT(pwqinfo.pwq_nthreads, (uint32_t)1, "PROC_PIDWORKQUEUEINFO returns valid value for…
/xnu-11417.140.69/bsd/pthread/
H A Dpthread_workqueue.c5164 pwqinfo->pwq_nthreads = wq->wq_nthreads; in fill_procworkqueue()