Searched refs:tsan_store (Results 1 – 5 of 5) sorted by relevance
/openssl/include/internal/ |
H A D | tsan_assist.h | 62 # 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 D | self_test.c | 167 tsan_store(&FIPS_state, FIPS_STATE_SELFTEST); in init() 299 tsan_store(&FIPS_state, state); in set_fips_state()
|
/openssl/providers/implementations/rands/ |
H A D | drbg.c | 458 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 D | core_namemap.c | 260 tsan_store(&namemap->max_number, number); in namemap_add_name()
|
/openssl/test/helpers/ |
H A D | quictestlib.c | 524 tsan_store(&abortserverthread, 1); in qtest_create_quic_connection_ex() 654 tsan_store(&shutdowndone, 1); in qtest_shutdown()
|
Completed in 20 milliseconds