Home
last modified time | relevance | path

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

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