Searched refs:tpool_create (Results 1 - 5 of 5) 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,
58 extern tpool_t *tpool_create();
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c526 tcdp->tcd_poolp = tpool_create(1, maxworkers, 20,
/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, function
/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c794 g_tpool = tpool_create(1, sysconf(_SC_NPROCESSORS_ONLN),
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c1219 t = tpool_create(1, 2 * sysconf(_SC_NPROCESSORS_ONLN),

Completed in 929 milliseconds