Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dproc_info.h227 uint32_t pwq_runthreads; /* total number of running workqueue threads */ member
/xnu-11417.140.69/tests/
H A Dproc_info.c1818 T_EXPECT_GE_UINT(pwqinfo.pwq_blockedthreads + pwqinfo.pwq_runthreads, (uint32_t)1,
/xnu-11417.140.69/bsd/pthread/
H A Dpthread_workqueue.c5165 pwqinfo->pwq_runthreads = activecount; in fill_procworkqueue()