Return bitmask of thread features supported by this OpenSSL build.

Synopsis

Declared in <openssl/thread.h>

uint32_t
OSSL_get_thread_support_flags();

Return Value

OSSL_THREAD_SUPPORT_FLAG_* bits indicating thread‐pool and default‐spawn support.

Created with MrDocs