HomeSort by: relevance | last modified time | path
    Searched defs:tsan_ld_acq (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/include/internal/
tsan_assist.h 61 # 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
145 * Lack of tsan_ld_acq and tsan_ld_rel means that compiler support is not
147 * protected with #ifdef tsan_ld_acq with locked fallback.
  /src/crypto/external/bsd/openssl.old/dist/include/internal/
tsan_assist.h 61 # 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.
  /src/crypto/external/apache2/openssl/dist/include/internal/
tsan_assist.h 64 #define tsan_ld_acq(ptr) atomic_load_explicit((ptr), memory_order_acquire) macro
76 #define tsan_ld_acq(ptr) __atomic_load_n((ptr), __ATOMIC_ACQUIRE) macro
123 #define tsan_ld_acq(ptr) (*(ptr)) macro
142 * Lack of tsan_ld_acq and tsan_ld_rel means that compiler support is not
144 * protected with #ifdef tsan_ld_acq with locked fallback.

Completed in 23 milliseconds