Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Drcu.h27 int ossl_rcu_call(CRYPTO_RCU_LOCK *lock, rcu_cb_fn cb, void *data);
/openssl/doc/internal/man3/
H A Dossl_rcu_lock_new.pod9 ossl_rcu_call, ossl_rcu_deref,
22 void ossl_rcu_call(CRYPTO_RCU_LOCK *lock, rcu_cb_fn cb, void *data);
99 ossl_rcu_call() enqueues a callback function to the lock, to be called
/openssl/crypto/hashtable/
H A Dhashtable.c320 ossl_rcu_call(h->lock, free_oldmd, oldmd); in ossl_ht_flush_internal()
498 ossl_rcu_call(h->lock, free_old_neigh_table, oldmd); in grow_hashtable()
581 ossl_rcu_call(h->lock, free_old_ht_value, *olddata); in ossl_ht_insert_locked()
756 ossl_rcu_call(h->lock, free_old_entry, v); in ossl_ht_delete()
/openssl/crypto/
H A Dthreads_none.c75 int ossl_rcu_call(CRYPTO_RCU_LOCK *lock, rcu_cb_fn cb, void *data) in ossl_rcu_call() function
H A Dthreads_win.c427 int ossl_rcu_call(CRYPTO_RCU_LOCK *lock, rcu_cb_fn cb, void *data) in ossl_rcu_call() function
H A Dthreads_pthread.c634 int ossl_rcu_call(CRYPTO_RCU_LOCK *lock, rcu_cb_fn cb, void *data) in ossl_rcu_call() function
/openssl/test/
H A Dthreadstest.c333 ossl_rcu_call(rcu_lock, free_old_rcu_data, old); in writer_fn()

Completed in 24 milliseconds