Home
last modified time | relevance | path

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

/haiku/src/libs/compat/freebsd_iflib/
H A Dsubr_gtaskqueue.c75 struct gtaskqueue { struct
77 gtaskqueue_enqueue_fn tq_enqueue; argument
80 TAILQ_HEAD(, gtaskqueue_busy) tq_active; argument
81 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 …]