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

/illumos-gate/usr/src/lib/libc/inc/
H A Dthread_pool.h44 extern tpool_t *tpool_create(uint_t min_threads, uint_t max_threads,
/illumos-gate/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 53 milliseconds