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

/osnet-11/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c236 tpool_create(uint_t min_threads, uint_t max_threads, uint_t linger, argument
245 if (min_threads > max_threads || max_threads < 1) {
260 if (stacksize < minstack || max_threads != 1) {
280 tpool->tp_maximum = max_threads;

Completed in 28 milliseconds