Home
last modified time | relevance | path

Searched defs:max_threads (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/crypto/thread/
H A Dapi.c30 int OSSL_set_max_threads(OSSL_LIB_CTX *ctx, uint64_t max_threads) in OSSL_set_max_threads()
58 int OSSL_set_max_threads(OSSL_LIB_CTX *ctx, uint64_t max_threads) in OSSL_set_max_threads()
/freebsd/crypto/openssl/include/internal/
H A Dthread.h31 uint64_t max_threads; member
/freebsd/crypto/openssl/demos/kdf/
H A Dargon2.c111 uint64_t max_threads = OSSL_get_max_threads(library_context); in main() local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.h92 size_t KMP_ALIGN_CACHE max_threads; // size of arrays in data structure global() variable
/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()
/freebsd/crypto/krb5/src/tests/gss-threads/
H A Dgss-server.c557 static int max_threads = 1; variable
H A Dgss-client.c597 static int max_threads = 1; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp107 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, in ThreadRegistry()
/freebsd/crypto/krb5/src/appl/gss-sample/
H A Dgss-server.c573 static int max_threads = 1; variable
H A Dgss-client.c620 static int max_threads = 1; variable