Searched defs:excess (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c470 int excess; local
481 excess = tpool->tp_njobs - tpool->tp_idle;
482 while (excess-- > 0 && tpool->tp_current < tpool->tp_maximum) {

Completed in 63 milliseconds