Home
last modified time | relevance | path

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

/third_party/openssl/ohos_lite/include/internal/
Dtsan_assist.h59 # define tsan_counter(ptr) atomic_fetch_add_explicit((ptr), 1, memory_order_relaxed) macro
72 # define tsan_counter(ptr) __atomic_fetch_add((ptr), 1, __ATOMIC_RELAXED) macro
116 # define tsan_counter(ptr) (sizeof(*(ptr)) == 8 ? _InterlockedExchangeAdd64((ptr), 1) \ macro
121 # define tsan_counter(ptr) _InterlockedExchangeAdd((ptr), 1) macro
136 # define tsan_counter(ptr) ((*(ptr))++) macro
/third_party/openssl/include/internal/
Dtsan_assist.h59 # define tsan_counter(ptr) atomic_fetch_add_explicit((ptr), 1, memory_order_relaxed) macro
72 # define tsan_counter(ptr) __atomic_fetch_add((ptr), 1, __ATOMIC_RELAXED) macro
116 # define tsan_counter(ptr) (sizeof(*(ptr)) == 8 ? _InterlockedExchangeAdd64((ptr), 1) \ macro
121 # define tsan_counter(ptr) _InterlockedExchangeAdd((ptr), 1) macro
142 # define tsan_counter(ptr) ((*(ptr))++) macro
/third_party/node/deps/openssl/openssl/include/internal/
Dtsan_assist.h59 # define tsan_counter(ptr) atomic_fetch_add_explicit((ptr), 1, memory_order_relaxed) macro
72 # define tsan_counter(ptr) __atomic_fetch_add((ptr), 1, __ATOMIC_RELAXED) macro
116 # define tsan_counter(ptr) (sizeof(*(ptr)) == 8 ? _InterlockedExchangeAdd64((ptr), 1) \ macro
121 # define tsan_counter(ptr) _InterlockedExchangeAdd((ptr), 1) macro
142 # define tsan_counter(ptr) ((*(ptr))++) macro