Searched defs:tsan_store (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/ohos_lite/include/internal/ |
D | tsan_assist.h | 58 # define tsan_store(ptr, val) atomic_store_explicit((ptr), (val), memory_order_relaxed) macro 71 # define tsan_store(ptr, val) __atomic_store_n((ptr), (val), __ATOMIC_RELAXED) macro 103 # define tsan_store(ptr, val) (sizeof(*(ptr)) == 8 ? __iso_volatile_store64((ptr), (val)) \ macro 107 # define tsan_store(ptr, val) __iso_volatile_store32((ptr), (val)) macro 111 # define tsan_store(ptr, val) (*(ptr) = (val)) macro 135 # define tsan_store(ptr, val) (*(ptr) = (val)) macro
|
/third_party/openssl/include/internal/ |
D | tsan_assist.h | 58 # define tsan_store(ptr, val) atomic_store_explicit((ptr), (val), memory_order_relaxed) macro 71 # define tsan_store(ptr, val) __atomic_store_n((ptr), (val), __ATOMIC_RELAXED) macro 103 # define tsan_store(ptr, val) (sizeof(*(ptr)) == 8 ? __iso_volatile_store64((ptr), (val)) \ macro 107 # define tsan_store(ptr, val) __iso_volatile_store32((ptr), (val)) macro 111 # define tsan_store(ptr, val) (*(ptr) = (val)) macro 141 # define tsan_store(ptr, val) (*(ptr) = (val)) macro
|
/third_party/node/deps/openssl/openssl/include/internal/ |
D | tsan_assist.h | 58 # define tsan_store(ptr, val) atomic_store_explicit((ptr), (val), memory_order_relaxed) macro 71 # define tsan_store(ptr, val) __atomic_store_n((ptr), (val), __ATOMIC_RELAXED) macro 103 # define tsan_store(ptr, val) (sizeof(*(ptr)) == 8 ? __iso_volatile_store64((ptr), (val)) \ macro 107 # define tsan_store(ptr, val) __iso_volatile_store32((ptr), (val)) macro 111 # define tsan_store(ptr, val) (*(ptr) = (val)) macro 141 # define tsan_store(ptr, val) (*(ptr) = (val)) macro
|