Searched refs:tsan_ld_acq (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/openssl/include/internal/
H A Dtsan_assist.h61 # define tsan_ld_acq(ptr) atomic_load_explicit((ptr), memory_order_acquire) macro
74 # define tsan_ld_acq(ptr) __atomic_load_n((ptr), __ATOMIC_ACQUIRE) macro
125 # define tsan_ld_acq(ptr) (*(ptr)) macro
139 * Lack of tsan_ld_acq and tsan_ld_rel means that compiler support is not
141 * protected with #ifdef tsan_ld_acq with locked fallback.
/freebsd-12-stable/crypto/openssl/crypto/x509v3/
H A Dv3_purp.c384 #ifdef tsan_ld_acq
386 if (tsan_ld_acq((TSAN_QUALIFIER int *)&x->ex_cached))

Completed in 91 milliseconds