Searched defs:max_threads (Results 1 – 7 of 7) sorted by relevance
30 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()
31 uint64_t max_threads; member
111 uint64_t max_threads = OSSL_get_max_threads(library_context); in main() local
92 size_t KMP_ALIGN_CACHE max_threads; // size of arrays in data structure global() variable
573 static int max_threads = 1; variable
620 static int max_threads = 1; variable
118 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, in ThreadRegistry()