Searched refs:tp_idle (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/cddl/osnet/lib/libzfs/
H A Dthread_pool_impl.h86 int tp_idle; /* number of idle workers */ member in struct:tpool
H A Dthread_pool.c127 tpool->tp_idle++;
149 tpool->tp_idle--;
283 if (tpool->tp_idle > 0)
402 excess = tpool->tp_njobs - tpool->tp_idle;

Completed in 216 milliseconds