Compare two CRYPTO_THREAD_ID values for equality.
Declared in <openssl/crypto.h>
int
CRYPTO_THREAD_compare_id(
CRYPTO_THREAD_ID a,
CRYPTO_THREAD_ID b);
1 if a and b identify the same thread, or 0 otherwise.
| Name | Description |
|---|---|
| a | First thread id. |
| b | Second thread id. |