Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dthreads_pthread.c124 # define ATOMIC_LOAD_N(t, p, o) apple_atomic_load_n_##t(p, o) macro
126 # define ATOMIC_LOAD_N(t, p, o) __atomic_load_n(p, o) macro
153 # define ATOMIC_LOAD_N(t, p, o) fallback_atomic_load_n_##t(p) in IMPL_fallback_atomic_load_n() macro
388 qp_idx = ATOMIC_LOAD_N(uint32_t, &lock->reader_idx, __ATOMIC_ACQUIRE); in get_hold_current_qp()
401 if (qp_idx == ATOMIC_LOAD_N(uint32_t, &lock->reader_idx, in get_hold_current_qp()
612 count = ATOMIC_LOAD_N(uint64_t, &qp->users, __ATOMIC_ACQUIRE); in ossl_synchronize_rcu()
657 return ATOMIC_LOAD_N(pvoid, p, __ATOMIC_ACQUIRE); in ossl_rcu_uptr_deref()

Completed in 6 milliseconds