Searched refs:optsdone (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | init.c | 38 static uint64_t optsdone = 0; variable 47 /* Guards access to the optsdone variable on platforms without atomics */ 481 * There could be a race here with other threads, so that optsdone has not in OPENSSL_init_crypto() 487 if (CRYPTO_atomic_load(&optsdone, &tmp, NULL)) { in OPENSSL_init_crypto() 519 if (!CRYPTO_atomic_load(&optsdone, &tmp, optsdone_lock)) in OPENSSL_init_crypto() 649 if (!CRYPTO_atomic_or(&optsdone, opts, &tmp, optsdone_lock)) in OPENSSL_init_crypto()
|
/third_party/openssl/crypto/ |
H A D | init.c | 38 static uint64_t optsdone = 0; variable 47 /* Guards access to the optsdone variable on platforms without atomics */ 481 * There could be a race here with other threads, so that optsdone has not in OPENSSL_init_crypto() 487 if (CRYPTO_atomic_load(&optsdone, &tmp, NULL)) { in OPENSSL_init_crypto() 519 if (!CRYPTO_atomic_load(&optsdone, &tmp, optsdone_lock)) in OPENSSL_init_crypto() 649 if (!CRYPTO_atomic_or(&optsdone, opts, &tmp, optsdone_lock)) in OPENSSL_init_crypto()
|
Completed in 3 milliseconds