Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty.c663 static TSAN_QUALIFIER uint32_t global_seed = 1; in ossl_method_cache_flush_some() local
670 state.seed = tsan_load(&global_seed); in ossl_method_cache_flush_some()
677 tsan_store(&global_seed, state.seed); in ossl_method_cache_flush_some()
/third_party/openssl/crypto/property/
H A Dproperty.c677 static TSAN_QUALIFIER uint32_t global_seed = 1; in ossl_method_cache_flush_some() local
684 state.seed = tsan_load(&global_seed); in ossl_method_cache_flush_some()
691 tsan_store(&global_seed, state.seed); in ossl_method_cache_flush_some()

Completed in 3 milliseconds