Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/include/internal/
H A Dtsan_assist.h26 * tsan_store(&var, function_returning_same_value());
58 # define tsan_store(ptr, val) atomic_store_explicit((ptr), (val), memory_order_relaxed) macro
71 # define tsan_store(ptr, val) __atomic_store_n((ptr), (val), __ATOMIC_RELAXED) macro
103 # define tsan_store(ptr, val) (sizeof(*(ptr)) == 8 ? __iso_volatile_store64((ptr), (val)) \ macro
107 # define tsan_store(ptr, val) __iso_volatile_store32((ptr), (val)) macro
111 # define tsan_store(ptr, val) (*(ptr) = (val)) macro
141 # define tsan_store(ptr, val) (*(ptr) = (val)) macro
/third_party/openssl/ohos_lite/include/internal/
H A Dtsan_assist.h26 * tsan_store(&var, function_returning_same_value());
58 # define tsan_store(ptr, val) atomic_store_explicit((ptr), (val), memory_order_relaxed) macro
71 # define tsan_store(ptr, val) __atomic_store_n((ptr), (val), __ATOMIC_RELAXED) macro
103 # define tsan_store(ptr, val) (sizeof(*(ptr)) == 8 ? __iso_volatile_store64((ptr), (val)) \ macro
107 # define tsan_store(ptr, val) __iso_volatile_store32((ptr), (val)) macro
111 # define tsan_store(ptr, val) (*(ptr) = (val)) macro
135 # define tsan_store(ptr, val) (*(ptr) = (val)) macro
/third_party/openssl/include/internal/
H A Dtsan_assist.h26 * tsan_store(&var, function_returning_same_value());
58 # define tsan_store(ptr, val) atomic_store_explicit((ptr), (val), memory_order_relaxed) macro
71 # define tsan_store(ptr, val) __atomic_store_n((ptr), (val), __ATOMIC_RELAXED) macro
103 # define tsan_store(ptr, val) (sizeof(*(ptr)) == 8 ? __iso_volatile_store64((ptr), (val)) \ macro
107 # define tsan_store(ptr, val) __iso_volatile_store32((ptr), (val)) macro
111 # define tsan_store(ptr, val) (*(ptr) = (val)) macro
141 # define tsan_store(ptr, val) (*(ptr) = (val)) macro
/third_party/node/deps/openssl/openssl/providers/fips/
H A Dself_test.c162 tsan_store(&FIPS_state, FIPS_STATE_SELFTEST); in init()
230 tsan_store(&FIPS_state, state); in set_fips_state()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg.c471 tsan_store(&drbg->reseed_counter, drbg->reseed_next_counter); in ossl_prov_drbg_instantiate()
594 tsan_store(&drbg->reseed_counter, drbg->reseed_next_counter); in ossl_prov_drbg_reseed()
/third_party/openssl/providers/implementations/rands/
H A Ddrbg.c471 tsan_store(&drbg->reseed_counter, drbg->reseed_next_counter); in ossl_prov_drbg_instantiate()
594 tsan_store(&drbg->reseed_counter, drbg->reseed_next_counter); in ossl_prov_drbg_reseed()
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty.c677 tsan_store(&global_seed, state.seed); in ossl_method_cache_flush_some()
/third_party/openssl/crypto/property/
H A Dproperty.c691 tsan_store(&global_seed, state.seed); in ossl_method_cache_flush_some()

Completed in 8 milliseconds