Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/sys/kern/
H A Dtaskq.c54 int tq_running; /* # of jobs currently running. */ member
113 tq->tq_running--; in task_executor()
159 if (tq->tq_running < tq->tq_nthreads) { in taskq_dispatch_common()
163 tq->tq_running++; in taskq_dispatch_common()
320 while (tq->tq_running > 0) in taskq_destroy()