Home
last modified time | relevance | path

Searched refs:tsan_store (Results 1 – 5 of 5) sorted by relevance

/openssl/include/internal/
H A Dtsan_assist.h62 # define tsan_store(ptr, val) atomic_store_explicit((ptr), (val), memory_order_relaxed) macro
74 # define tsan_store(ptr, val) __atomic_store_n((ptr), (val), __ATOMIC_RELAXED) macro
105 # define tsan_store(ptr, val) (sizeof(*(ptr)) == 8 ? __iso_volatile_store64((ptr), (val)) \ macro
109 # define tsan_store(ptr, val) __iso_volatile_store32((ptr), (val)) macro
113 # define tsan_store(ptr, val) (*(ptr) = (val)) macro
140 # define tsan_store(ptr, val) (*(ptr) = (val)) macro
/openssl/providers/fips/
H A Dself_test.c167 tsan_store(&FIPS_state, FIPS_STATE_SELFTEST); in init()
298 tsan_store(&FIPS_state, state); in set_fips_state()
/openssl/providers/implementations/rands/
H A Ddrbg.c458 tsan_store(&drbg->reseed_counter, drbg->reseed_next_counter); in ossl_prov_drbg_instantiate()
577 tsan_store(&drbg->reseed_counter, drbg->reseed_next_counter); in ossl_prov_drbg_reseed_unlocked()
/openssl/crypto/
H A Dcore_namemap.c260 tsan_store(&namemap->max_number, number); in namemap_add_name()
/openssl/test/helpers/
H A Dquictestlib.c524 tsan_store(&abortserverthread, 1); in qtest_create_quic_connection_ex()
654 tsan_store(&shutdowndone, 1); in qtest_shutdown()

Completed in 15 milliseconds