Home
last modified time | relevance | path

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

/openssl/crypto/
H A Drcu_internal.h16 struct rcu_cb_item { struct
19 struct rcu_cb_item *next; argument
H A Dthreads_none.c23 struct rcu_cb_item *cb_items;
62 struct rcu_cb_item *items = lock->cb_items; in ossl_synchronize_rcu()
63 struct rcu_cb_item *tmp; in ossl_synchronize_rcu()
77 struct rcu_cb_item *new = OPENSSL_zalloc(sizeof(*new)); in ossl_rcu_call()
H A Dthreads_win.c100 struct rcu_cb_item *cb_items;
390 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu()
429 struct rcu_cb_item *new; in ossl_rcu_call()
431 new = OPENSSL_zalloc(sizeof(struct rcu_cb_item)); in ossl_rcu_call()
H A Dthreads_pthread.c93 typedef struct rcu_cb_item *prcu_cb_item;
326 struct rcu_cb_item *cb_items;
596 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu()
636 struct rcu_cb_item *new = in ossl_rcu_call()

Completed in 18 milliseconds