CRYPTO_THREAD_ID

Platform thread identifier used by CRYPTO_THREAD_get_current_id() and friends.

Synopsis

Declared in <openssl/crypto.h>

typedef pthread_t CRYPTO_THREAD_ID;

Description

On POSIX builds this is pthread_t; Windows and no-thread fallbacks use other underlying types.