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.c366 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu() local
394 tmpcb = cb_items; in ossl_synchronize_rcu()
396 tmpcb->fn(tmpcb->data); in ossl_synchronize_rcu()
397 OPENSSL_free(tmpcb); in ossl_synchronize_rcu()
H A Dthreads_pthread.c457 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu() local
492 tmpcb = cb_items; in ossl_synchronize_rcu()
494 tmpcb->fn(tmpcb->data); in ossl_synchronize_rcu()
495 OPENSSL_free(tmpcb); in ossl_synchronize_rcu()