Home
last modified time | relevance | path

Searched refs:tsan_counter (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/include/internal/
H A 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/openssl/ohos_lite/include/internal/
H A 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/
H A 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/crypto/
H A Dmem.c37 # define INCREMENT(x) tsan_counter(&(x))
H A Dcore_namemap.c261 /* 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 Dmem.c37 # define INCREMENT(x) tsan_counter(&(x))
H A Dcore_namemap.c258 /* 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 Dself_test.c387 if (tsan_counter(&rate_limit) < FIPS_ERROR_REPORTING_RATE_LIMIT) in ossl_prov_is_running()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_local.h2942 tsan_counter(stat); in ssl_tsan_counter()
/third_party/openssl/ssl/
H A Dssl_local.h2881 tsan_counter(stat); in ssl_tsan_counter()

Completed in 20 milliseconds