Searched refs:tsan_ld_acq (Results 1 – 2 of 2) sorted by relevance
64 # define tsan_ld_acq(ptr) atomic_load_explicit((ptr), memory_order_acquire) macro76 # define tsan_ld_acq(ptr) __atomic_load_n((ptr), __ATOMIC_ACQUIRE) macro124 # define tsan_ld_acq(ptr) (*(ptr)) macro
410 #ifdef tsan_ld_acq in ossl_x509v3_cache_extensions()412 if (tsan_ld_acq((TSAN_QUALIFIER int *)&x->ex_cached)) in ossl_x509v3_cache_extensions()
Completed in 6 milliseconds