Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dthreads_win.c81 struct rcu_cb_item *cb_items; member
362 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu() local
366 cb_items = lock->cb_items; in ossl_synchronize_rcu()
367 lock->cb_items = NULL; in ossl_synchronize_rcu()
389 while (cb_items != NULL) { in ossl_synchronize_rcu()
390 tmpcb = cb_items; in ossl_synchronize_rcu()
391 cb_items = cb_items->next; in ossl_synchronize_rcu()
413 new->next = lock->cb_items; in ossl_rcu_call()
414 lock->cb_items = new; in ossl_rcu_call()
H A Dthreads_none.c24 struct rcu_cb_item *cb_items; member
63 struct rcu_cb_item *items = lock->cb_items; in ossl_synchronize_rcu()
66 lock->cb_items = NULL; in ossl_synchronize_rcu()
85 new->next = lock->cb_items; in ossl_rcu_call()
86 lock->cb_items = new; in ossl_rcu_call()
H A Dthreads_pthread.c219 struct rcu_cb_item *cb_items; member
462 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu() local
465 cb_items = lock->cb_items; in ossl_synchronize_rcu()
466 lock->cb_items = NULL; in ossl_synchronize_rcu()
496 while (cb_items != NULL) { in ossl_synchronize_rcu()
497 tmpcb = cb_items; in ossl_synchronize_rcu()
498 cb_items = cb_items->next; in ossl_synchronize_rcu()
518 new->next = lock->cb_items; in ossl_rcu_call()
519 lock->cb_items = new; in ossl_rcu_call()