Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dthreads_win.c390 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu() local
416 tmpcb = cb_items; in ossl_synchronize_rcu()
418 tmpcb->fn(tmpcb->data); in ossl_synchronize_rcu()
419 OPENSSL_free(tmpcb); in ossl_synchronize_rcu()
H A Dthreads_pthread.c596 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu() local
627 tmpcb = cb_items; in ossl_synchronize_rcu()
629 tmpcb->fn(tmpcb->data); in ossl_synchronize_rcu()
630 OPENSSL_free(tmpcb); in ossl_synchronize_rcu()

Completed in 14 milliseconds