Home
last modified time | relevance | path

Searched refs:tpool_create (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dthread_pool.h42 extern tpool_t *tpool_create(uint_t min_threads, uint_t max_threads,
56 extern tpool_t *tpool_create();
/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c234 tpool_create(uint_t min_threads, uint_t max_threads, uint_t linger, in tpool_create() function
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c524 tcdp->tcd_poolp = tpool_create(1, maxworkers, 20, in launch_spawner()
/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c818 g_tpool = tpool_create(1, sysconf(_SC_NPROCESSORS_ONLN), in zfs_enum_pools()
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_import.c1270 t = tpool_create(1, 2 * sysconf(_SC_NPROCESSORS_ONLN), in zpool_find_import_impl()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers3899 tpool_create;