[#OSSL_get_max_threads] = OSSL_get_max_threads :mrdocs: Return the current maximum thread‐pool size configured for a library context. == Synopsis Declared in `<openssl/thread.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint64_t OSSL_get_max_threads(xref:OSSL_LIB_CTX.adoc[OSSL_LIB_CTX]* ctx); ---- == Return Value Configured maximum threads, or 0 if pooling is disabled or unavailable. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Library context to query, or NULL for the default. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#