Searched defs:excess (Results 1 - 1 of 1) sorted by relevance
| /osnet-11/usr/src/lib/libc/port/tpool/ | ||
| H A D | thread_pool.c | 470 int excess; local 481 excess = tpool->tp_njobs - tpool->tp_idle; 482 while (excess-- > 0 && tpool->tp_current < tpool->tp_maximum) { |
Completed in 21 milliseconds