Home
last modified time | relevance | path

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

/openssl-master/include/internal/
A Dtsan_assist.h57 # define tsan_load(ptr) atomic_load_explicit((ptr), memory_order_relaxed) macro
69 # define tsan_load(ptr) __atomic_load_n((ptr), __ATOMIC_RELAXED) macro
99 # define tsan_load(ptr) (sizeof(*(ptr)) == 8 ? __iso_volatile_load64(ptr) \ macro
104 # define tsan_load(ptr) __iso_volatile_load32(ptr) macro
108 # define tsan_load(ptr) (*(ptr)) macro
129 # define tsan_load(ptr) (*(ptr)) macro

Completed in 3 milliseconds