Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dthreads_pthread.c130 # define ATOMIC_EXCHANGE_N(t, p, v, o) __atomic_exchange_n(p, v, o) macro
197 # define ATOMIC_EXCHANGE_N(t, p, v, o) fallback_atomic_exchange_n_##t(p, v) macro
649 new->next = ATOMIC_EXCHANGE_N(prcu_cb_item, &lock->cb_items, new, in ossl_rcu_call()

Completed in 6 milliseconds