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

/osnet-11/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h79 int tp_minimum; /* minimum number of worker threads */ member in struct:tpool
H A Dthread_pool.c149 if (tpool->tp_current <= tpool->tp_minimum ||
207 if (elapsed && tpool->tp_current > tpool->tp_minimum) {
279 tpool->tp_minimum = min_threads;

Completed in 16 milliseconds