Searched refs:tsan_decr (Results 1 - 5 of 5) 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
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | extensions.c | 946 tsan_decr(stat); in ssl_tsan_decr()
|
/third_party/openssl/ssl/statem/ |
H A D | extensions.c | 918 tsan_decr(stat); in ssl_tsan_decr()
|
Completed in 7 milliseconds