Home
last modified time | relevance | path

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

/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_subr_taskqueue.c49 struct taskqueue_busy { struct
51 TAILQ_ENTRY(taskqueue_busy) tb_link; argument
61 TAILQ_HEAD(, taskqueue_busy) tq_active;
334 struct taskqueue_busy tb; in taskqueue_run_locked()
335 struct taskqueue_busy *tb_first; in taskqueue_run_locked()
389 struct taskqueue_busy *tb; in task_is_running()