Home
last modified time | relevance | path

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

/xnu-11215/tools/tests/affinity/
H A Dsets.c71 typedef struct work_queue { struct
H A Dpool.c72 typedef struct work_queue { struct
/xnu-11215/tools/lldbmacros/
H A Dprocess.py838 work_queue = proc.p_wqptr
840 wq_num_threads = int(work_queue.wq_nthreads)
841 wq_idle_threads = int(work_queue.wq_thidlecount)
842 wq_req_threads = int(work_queue.wq_reqcount)