Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dtsan_assist.h62 # define tsan_store(ptr, val) atomic_store_explicit((ptr), (val), memory_order_relaxed) macro
74 # define tsan_store(ptr, val) __atomic_store_n((ptr), (val), __ATOMIC_RELAXED) macro
105 # define tsan_store(ptr, val) (sizeof(*(ptr)) == 8 ? __iso_volatile_store64((ptr), (val)) \ macro
109 # define tsan_store(ptr, val) __iso_volatile_store32((ptr), (val)) macro
113 # define tsan_store(ptr, val) (*(ptr) = (val)) macro
140 # define tsan_store(ptr, val) (*(ptr) = (val)) macro

Completed in 5 milliseconds