Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c143 tpool->tp_idle++; in tpool_worker()
165 tpool->tp_idle--; in tpool_worker()
350 if (tpool->tp_idle > 0) in tpool_dispatch()
481 excess = tpool->tp_njobs - tpool->tp_idle; in tpool_resume()
546 tpool->tp_idle = 0; in postfork1_child_tpool()
H A Dthread_pool_impl.h82 int tp_idle; /* number of idle workers */ member