Home
last modified time | relevance | path

Searched refs:_InterlockedExchangeAdd64 (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/include/internal/
H A Dtsan_assist.h98 # define _InterlockedExchangeAdd64 _InterlockedExchangeAdd64_nf macro
115 # pragma intrinsic(_InterlockedExchangeAdd64)
116 # define tsan_counter(ptr) (sizeof(*(ptr)) == 8 ? _InterlockedExchangeAdd64((ptr), 1) \
118 # define tsan_decr(ptr) (sizeof(*(ptr)) == 8 ? _InterlockedExchangeAdd64((ptr), -1) \
/third_party/openssl/ohos_lite/include/internal/
H A Dtsan_assist.h98 # define _InterlockedExchangeAdd64 _InterlockedExchangeAdd64_nf macro
115 # pragma intrinsic(_InterlockedExchangeAdd64)
116 # define tsan_counter(ptr) (sizeof(*(ptr)) == 8 ? _InterlockedExchangeAdd64((ptr), 1) \
118 # define tsan_decr(ptr) (sizeof(*(ptr)) == 8 ? _InterlockedExchangeAdd64((ptr), -1) \
/third_party/openssl/include/internal/
H A Dtsan_assist.h98 # define _InterlockedExchangeAdd64 _InterlockedExchangeAdd64_nf macro
115 # pragma intrinsic(_InterlockedExchangeAdd64)
116 # define tsan_counter(ptr) (sizeof(*(ptr)) == 8 ? _InterlockedExchangeAdd64((ptr), 1) \
118 # define tsan_decr(ptr) (sizeof(*(ptr)) == 8 ? _InterlockedExchangeAdd64((ptr), -1) \
/third_party/node/deps/histogram/src/
H A Dhdr_atomic.h62 return _InterlockedExchangeAdd64(field, value) + value; in hdr_atomic_add_fetch_64()

Completed in 2 milliseconds