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

/freebsd-12-stable/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
136 # define tsan_counter(ptr) ((*(ptr))++) macro
/freebsd-12-stable/crypto/openssl/crypto/lhash/
H A Dlhash.c167 tsan_counter(&lh->num_retrieve_miss);
171 tsan_counter(&lh->num_retrieve);
303 tsan_counter(&lh->num_hash_calls);
313 tsan_counter(&lh->num_hash_comps);
318 tsan_counter(&lh->num_comp_calls);
/freebsd-12-stable/crypto/openssl/ssl/
H A Dssl_sess.c443 tsan_counter(&s->session_ctx->stats.sess_miss);
452 tsan_counter(&s->session_ctx->stats.sess_cb_hit);
584 tsan_counter(&s->session_ctx->stats.sess_timeout);
612 tsan_counter(&s->session_ctx->stats.sess_hit);
706 tsan_counter(&ctx->stats.sess_cache_full);
/freebsd-12-stable/crypto/openssl/crypto/
H A Dmem.c40 # define INCREMENT(x) tsan_counter(&(x))
/freebsd-12-stable/crypto/openssl/ssl/statem/
H A Dstatem_lib.c135 tsan_counter(&s->session_ctx->stats.sess_accept);
138 tsan_counter(&s->ctx->stats.sess_accept_renegotiate);
144 tsan_counter(&s->session_ctx->stats.sess_connect);
146 tsan_counter(&s->session_ctx->stats.sess_connect_renegotiate);
1091 tsan_counter(&s->ctx->stats.sess_accept_good);
1110 tsan_counter(&s->session_ctx->stats.sess_hit);
1113 tsan_counter(&s->session_ctx->stats.sess_connect_good);
H A Dextensions.c973 tsan_counter(&s->ctx->stats.sess_accept);
H A Dstatem_clnt.c1611 tsan_counter(&s->session_ctx->stats.sess_miss);
/freebsd-12-stable/crypto/openssl/crypto/rand/
H A Ddrbg_lib.c359 tsan_counter(&drbg->reseed_counter);
449 tsan_counter(&drbg->reseed_counter);

Completed in 81 milliseconds