Home
last modified time | relevance | path

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

/xnu-11215/bsd/pthread/
H A Dworkqueue_internal.h237 struct workqueue { struct
240 thread_call_t wq_death_call;
242 union {
247 lck_ticket_t wq_lock;
250 struct os_refcnt wq_refcnt;
252 uint32_t wq_fulfilled;
253 uint32_t wq_creations;
260 uint16_t wq_nthreads;
269 struct proc *wq_proc;
270 struct uthread *wq_creator;
[all …]