Searched refs:tsan_counter (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | tsan_assist.h | 59 # 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/openssl/ohos_lite/include/internal/ |
H A D | tsan_assist.h | 59 # 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/ |
H A D | tsan_assist.h | 59 # 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/crypto/ |
H A D | mem.c | 37 # define INCREMENT(x) tsan_counter(&(x))
|
H A D | core_namemap.c | 261 /* The tsan_counter use here is safe since we're under lock */ in namemap_add_name_n() 263 number != 0 ? number : 1 + tsan_counter(&namemap->max_number); in namemap_add_name_n()
|
/third_party/openssl/crypto/ |
H A D | mem.c | 37 # define INCREMENT(x) tsan_counter(&(x))
|
H A D | core_namemap.c | 258 /* The tsan_counter use here is safe since we're under lock */ in namemap_add_name_n() 260 number != 0 ? number : 1 + tsan_counter(&namemap->max_number); in namemap_add_name_n()
|
/third_party/node/deps/openssl/openssl/providers/fips/ |
H A D | self_test.c | 387 if (tsan_counter(&rate_limit) < FIPS_ERROR_REPORTING_RATE_LIMIT) in ossl_prov_is_running()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_local.h | 2942 tsan_counter(stat); in ssl_tsan_counter()
|
/third_party/openssl/ssl/ |
H A D | ssl_local.h | 2881 tsan_counter(stat); in ssl_tsan_counter()
|
Completed in 20 milliseconds