Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dthreads_win.c362 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu() local
390 tmpcb = cb_items; in ossl_synchronize_rcu()
392 tmpcb->fn(tmpcb->data); in ossl_synchronize_rcu()
393 OPENSSL_free(tmpcb); in ossl_synchronize_rcu()
H A Dthreads_pthread.c462 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu() local
497 tmpcb = cb_items; in ossl_synchronize_rcu()
499 tmpcb->fn(tmpcb->data); in ossl_synchronize_rcu()
500 OPENSSL_free(tmpcb); in ossl_synchronize_rcu()