Home
last modified time | relevance | path

Searched refs:max_threads (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/tools/tools/crypto/
H A Dcryptorun.sh21 max_threads=$2
24 while [ "$threads" -le "$max_threads" ]; do
/freebsd-13.1/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c322 tpool_create(uint_t min_threads, uint_t max_threads, uint_t linger, in tpool_create() argument
331 if (min_threads > max_threads || max_threads < 1) { in tpool_create()
346 if (stacksize < minstack || max_threads != 1) { in tpool_create()
366 tpool->tp_maximum = max_threads; in tpool_create()
/freebsd-13.1/cddl/compat/opensolaris/include/
H A Dthread_pool.h48 extern tpool_t *tpool_create(uint_t min_threads, uint_t max_threads,
/freebsd-13.1/sys/contrib/openzfs/include/
H A Dthread_pool.h42 extern tpool_t *tpool_create(uint_t min_threads, uint_t max_threads,
/freebsd-13.1/contrib/apr-util/include/
H A Dapr_thread_pool.h79 apr_size_t max_threads,
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp105 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, in ThreadRegistry() argument
108 max_threads_(max_threads), in ThreadRegistry()
H A Dsanitizer_thread_registry.h91 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
/freebsd-13.1/contrib/apr-util/misc/
H A Dapr_thread_pool.c84 apr_size_t max_threads) in thread_pool_construct() argument
89 me->thd_max = max_threads; in thread_pool_construct()
345 apr_size_t max_threads, in apr_thread_pool_create() argument
363 rv = thread_pool_construct(tp, init_threads, max_threads); in apr_thread_pool_create()
/freebsd-13.1/sys/dev/acpica/Osd/
H A DOsdSchedule.c73 SYSCTL_INT(_debug_acpi, OID_AUTO, max_threads, CTLFLAG_RDTUN, &acpi_max_threads,