Searched defs:tsan_decr (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | tsan_assist.h | 60 # define tsan_decr(ptr) atomic_fetch_add_explicit((ptr), -1, memory_order_relaxed) macro 73 # define tsan_decr(ptr) __atomic_fetch_add((ptr), -1, __ATOMIC_RELAXED) macro 118 # define tsan_decr(ptr) (sizeof(*(ptr)) == 8 ? _InterlockedExchangeAdd64((ptr), -1) \ macro 122 # define tsan_decr(ptr) _InterlockedExchangeAdd((ptr), -1) macro 143 # define tsan_decr(ptr) ((*(ptr))--) macro
|
/third_party/openssl/ohos_lite/include/internal/ |
H A D | tsan_assist.h | 60 # define tsan_decr(ptr) atomic_fetch_add_explicit((ptr), -1, memory_order_relaxed) macro 73 # define tsan_decr(ptr) __atomic_fetch_add((ptr), -1, __ATOMIC_RELAXED) macro 118 # define tsan_decr(ptr) (sizeof(*(ptr)) == 8 ? _InterlockedExchangeAdd64((ptr), -1) \ macro 122 # define tsan_decr(ptr) _InterlockedExchangeAdd((ptr), -1) macro 137 # define tsan_decr(ptr) ((*(ptr))--) macro
|
/third_party/openssl/include/internal/ |
H A D | tsan_assist.h | 60 # define tsan_decr(ptr) atomic_fetch_add_explicit((ptr), -1, memory_order_relaxed) macro 73 # define tsan_decr(ptr) __atomic_fetch_add((ptr), -1, __ATOMIC_RELAXED) macro 118 # define tsan_decr(ptr) (sizeof(*(ptr)) == 8 ? _InterlockedExchangeAdd64((ptr), -1) \ macro 122 # define tsan_decr(ptr) _InterlockedExchangeAdd((ptr), -1) macro 143 # define tsan_decr(ptr) ((*(ptr))--) macro
|
Completed in 2 milliseconds