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

/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h80 int tp_maximum; /* maximum number of worker threads */ member in struct:tpool
H A Dthread_pool.c280 tpool->tp_maximum = max_threads;
352 else if (tpool->tp_current < tpool->tp_maximum &&
482 while (excess-- > 0 && tpool->tp_current < tpool->tp_maximum) {

Completed in 44 milliseconds