Searched defs:min_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) {
279 tpool->tp_minimum = min_threads;

Completed in 28 milliseconds