Searched defs:gtaskqueue (Results 1 – 1 of 1) sorted by relevance
75 struct gtaskqueue { struct77 gtaskqueue_enqueue_fn tq_enqueue; argument80 TAILQ_HEAD(, gtaskqueue_busy) tq_active; argument81 struct mtx tq_mutex;82 struct thread **tq_threads;83 int tq_tcount;84 int tq_spin;85 int tq_flags;86 int tq_callouts;87 taskqueue_callback_fn tq_callbacks[TASKQUEUE_NUM_CALLBACKS];[all …]