Searched refs:tsan_store (Results 1 – 3 of 3) sorted by relevance
/openssl-master/include/internal/ |
A D | tsan_assist.h | 58 # define tsan_store(ptr, val) atomic_store_explicit((ptr), (val), memory_order_relaxed) macro 70 # define tsan_store(ptr, val) __atomic_store_n((ptr), (val), __ATOMIC_RELAXED) macro 101 # define tsan_store(ptr, val) (sizeof(*(ptr)) == 8 ? __iso_volatile_store64((ptr), (val)) \ macro 105 # define tsan_store(ptr, val) __iso_volatile_store32((ptr), (val)) macro 109 # define tsan_store(ptr, val) (*(ptr) = (val)) macro 130 # define tsan_store(ptr, val) (*(ptr) = (val)) macro
|
/openssl-master/providers/implementations/rands/ |
A D | drbg.c | 471 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()
|
/openssl-master/crypto/lhash/ |
A D | lhash.c | 171 tsan_store((TSAN_QUALIFIER int *)&lh->error, 0); in OPENSSL_LH_retrieve()
|
Completed in 5 milliseconds