Home
last modified time | relevance | path

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

/freebsd/tools/tools/crypto/
H A Dcryptorun.sh20 max_threads=$2
23 while [ "$threads" -le "$max_threads" ]; do
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.h95 size_t KMP_ALIGN_CACHE max_threads; // size of arrays in data structure
120 d->max_threads = 0; in allocate()
138 bool need_resize(size_t new_nthr) { return (new_nthr > max_threads); }
92 size_t KMP_ALIGN_CACHE max_threads; // size of arrays in data structure global() variable
H A Dkmp_barrier.cpp129 KMP_DEBUG_ASSERT(nthr > max_threads); in resize()
132 max_threads = nthr * 2; in resize()
138 max_threads * sizeof(flags_s)); in resize()
140 flags[i] = (flags_s *)KMP_INTERNAL_MALLOC(max_threads * sizeof(flags_s)); in resize()
144 go = (go_s *)KMP_INTERNAL_REALLOC(go, max_threads * sizeof(go_s)); in resize()
146 go = (go_s *)KMP_INTERNAL_MALLOC(max_threads * sizeof(go_s)); in resize()
149 iter = (iter_s *)KMP_INTERNAL_REALLOC(iter, max_threads * sizeof(iter_s)); in resize()
151 iter = (iter_s *)KMP_INTERNAL_MALLOC(max_threads * sizeof(iter_s)); in resize()
155 (sleep_s *)KMP_INTERNAL_REALLOC(sleep, max_threads * sizeof(sleep_s)); in resize()
157 sleep = (sleep_s *)KMP_INTERNAL_MALLOC(max_threads * sizeof(sleep_s)); in resize()
[all …]
/freebsd/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c323 tpool_create(uint_t min_threads, uint_t max_threads, uint_t linger, in tpool_create() argument
332 if (min_threads > max_threads || max_threads < 1) { in tpool_create()
347 if (stacksize < minstack || max_threads != 1) { in tpool_create()
367 tpool->tp_maximum = max_threads; in tpool_create()
/freebsd/cddl/compat/opensolaris/include/
H A Dthread_pool.h47 extern tpool_t *tpool_create(uint_t min_threads, uint_t max_threads,
/freebsd/sys/contrib/openzfs/include/
H A Dthread_pool.h40 _THREAD_POOL_H_ tpool_t *tpool_create(uint_t min_threads, uint_t max_threads,
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp107 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, in ThreadRegistry() argument
110 max_threads_(max_threads), in ThreadRegistry()
H A Dsanitizer_thread_registry.h92 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
/freebsd/sys/dev/acpica/Osd/
H A DOsdSchedule.c71 SYSCTL_INT(_debug_acpi, OID_AUTO, max_threads, CTLFLAG_RDTUN, &acpi_max_threads,