Platform thread identifier used by CRYPTO_THREAD_get_current_id() and friends.
Declared in <openssl/crypto.h>
<openssl/crypto.h>
typedef pthread_t CRYPTO_THREAD_ID;
On POSIX builds this is pthread_t; Windows and no-thread fallbacks use other underlying types.