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

/external/boringssl/src/crypto/x509/
H A Dby_dir.c267 /* g_ent_hashes_lock protects the |hashes| member of all |BY_DIR_ENTRY|
269 static struct CRYPTO_STATIC_MUTEX g_ent_hashes_lock = CRYPTO_STATIC_MUTEX_INIT; variable in typeref:struct:CRYPTO_STATIC_MUTEX
346 CRYPTO_STATIC_MUTEX_lock_read(&g_ent_hashes_lock);
357 CRYPTO_STATIC_MUTEX_unlock(&g_ent_hashes_lock);
439 CRYPTO_STATIC_MUTEX_lock_write(&g_ent_hashes_lock);
454 CRYPTO_STATIC_MUTEX_unlock(&g_ent_hashes_lock);
462 CRYPTO_STATIC_MUTEX_unlock(&g_ent_hashes_lock);
471 CRYPTO_STATIC_MUTEX_unlock(&g_ent_hashes_lock);

Completed in 79 milliseconds