Home
last modified time | relevance | path

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

/xnu-12377.81.4/tools/tests/affinity/
H A Dsets.c71 typedef struct work_queue { struct
H A Dpool.c72 typedef struct work_queue { struct
/xnu-12377.81.4/tools/lldbmacros/
H A Dprocess.py846 work_queue = proc.p_wqptr
848 wq_num_threads = int(work_queue.wq_nthreads)
849 wq_idle_threads = int(work_queue.wq_thidlecount)
850 wq_req_threads = int(work_queue.wq_reqcount)