Searched refs:max_threads (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/tools/tools/crypto/ |
| H A D | cryptorun.sh | 21 max_threads=$2 24 while [ "$threads" -le "$max_threads" ]; do
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libtpool/ |
| H A D | thread_pool.c | 322 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 D | thread_pool.h | 48 extern tpool_t *tpool_create(uint_t min_threads, uint_t max_threads,
|
| /freebsd-13.1/sys/contrib/openzfs/include/ |
| H A D | thread_pool.h | 42 extern tpool_t *tpool_create(uint_t min_threads, uint_t max_threads,
|
| /freebsd-13.1/contrib/apr-util/include/ |
| H A D | apr_thread_pool.h | 79 apr_size_t max_threads,
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.cpp | 105 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, in ThreadRegistry() argument 108 max_threads_(max_threads), in ThreadRegistry()
|
| H A D | sanitizer_thread_registry.h | 91 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
|
| /freebsd-13.1/contrib/apr-util/misc/ |
| H A D | apr_thread_pool.c | 84 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 D | OsdSchedule.c | 73 SYSCTL_INT(_debug_acpi, OID_AUTO, max_threads, CTLFLAG_RDTUN, &acpi_max_threads,
|