Home
last modified time | relevance | path

Searched defs:proc_workqueueinfo (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/bsd/sys/
H A Dproc_info.h225 struct proc_workqueueinfo { struct
226 uint32_t pwq_nthreads; /* total number of workqueue threads */
227 uint32_t pwq_runthreads; /* total number of running workqueue threads */
228 uint32_t pwq_blockedthreads; /* total number of blocked workqueue threads */
229 uint32_t pwq_state;