Home
last modified time | relevance | path

Searched defs:tsan_load (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/ohos_lite/include/internal/
Dtsan_assist.h57 # define tsan_load(ptr) atomic_load_explicit((ptr), memory_order_relaxed) macro
70 # define tsan_load(ptr) __atomic_load_n((ptr), __ATOMIC_RELAXED) macro
101 # define tsan_load(ptr) (sizeof(*(ptr)) == 8 ? __iso_volatile_load64(ptr) \ macro
106 # define tsan_load(ptr) __iso_volatile_load32(ptr) macro
110 # define tsan_load(ptr) (*(ptr)) macro
134 # define tsan_load(ptr) (*(ptr)) macro
/third_party/openssl/include/internal/
Dtsan_assist.h57 # define tsan_load(ptr) atomic_load_explicit((ptr), memory_order_relaxed) macro
70 # define tsan_load(ptr) __atomic_load_n((ptr), __ATOMIC_RELAXED) macro
101 # define tsan_load(ptr) (sizeof(*(ptr)) == 8 ? __iso_volatile_load64(ptr) \ macro
106 # define tsan_load(ptr) __iso_volatile_load32(ptr) macro
110 # define tsan_load(ptr) (*(ptr)) macro
140 # define tsan_load(ptr) (*(ptr)) macro