
Go to the source code of this file.
Functions | |
| int | CRYPTO_refcount_dec_and_test_zero (CRYPTO_refcount_t *count) |
| void | CRYPTO_refcount_inc (CRYPTO_refcount_t *count) |
| OPENSSL_STATIC_ASSERT ((CRYPTO_refcount_t) -1==CRYPTO_REFCOUNT_MAX, "CRYPTO_REFCOUNT_MAX is incorrect") | |
Variables | |
| static struct CRYPTO_STATIC_MUTEX | g_refcount_lock = CRYPTO_STATIC_MUTEX_INIT |
| int CRYPTO_refcount_dec_and_test_zero | ( | CRYPTO_refcount_t * | count | ) |
Definition at line 37 of file refcount_lock.c.
| void CRYPTO_refcount_inc | ( | CRYPTO_refcount_t * | count | ) |
Definition at line 29 of file refcount_lock.c.
| OPENSSL_STATIC_ASSERT | ( | (CRYPTO_refcount_t) - | 1 = =CRYPTO_REFCOUNT_MAX, |
| "CRYPTO_REFCOUNT_MAX is incorrect" | |||
| ) |
|
static |
Definition at line 27 of file refcount_lock.c.