Searched refs:CRYPTO_LOCK_MALLOC2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/
H A Dmem_dbg.c135 * CRYPTO_LOCK_MALLOC2 is locked
176 * Long-time lock CRYPTO_LOCK_MALLOC2 must not be claimed
178 * if somebody else holds CRYPTO_LOCK_MALLOC2 (and cannot
185 * Note that after we have waited for CRYPTO_LOCK_MALLOC2 and
190 CRYPTO_w_lock(CRYPTO_LOCK_MALLOC2);
204 CRYPTO_w_unlock(CRYPTO_LOCK_MALLOC2);
746 CRYPTO_w_lock(CRYPTO_LOCK_MALLOC2);
748 CRYPTO_w_unlock(CRYPTO_LOCK_MALLOC2);
H A Dcrypto.h214 # define CRYPTO_LOCK_MALLOC2 27 macro

Completed in 158 milliseconds