Home
last modified time | relevance | path

Searched refs:tsan_counter (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/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
/freebsd/crypto/openssl/crypto/
H A Dmem.c37 # define INCREMENT(x) tsan_counter(&(x))
H A Dcore_namemap.c263 number != 0 ? number : 1 + tsan_counter(&namemap->max_number); in namemap_add_name_n()
/freebsd/crypto/openssl/providers/fips/
H A Dself_test.c387 if (tsan_counter(&rate_limit) < FIPS_ERROR_REPORTING_RATE_LIMIT) in ossl_prov_is_running()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h2881 tsan_counter(stat); in ssl_tsan_counter()