Home
last modified time | relevance | path

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

/crypto/
A Dthreads_win.c374 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu() local
402 tmpcb = cb_items; in ossl_synchronize_rcu()
404 tmpcb->fn(tmpcb->data); in ossl_synchronize_rcu()
405 OPENSSL_free(tmpcb); in ossl_synchronize_rcu()
A Dthreads_pthread.c494 struct rcu_cb_item *cb_items, *tmpcb; in ossl_synchronize_rcu() local
529 tmpcb = cb_items; in ossl_synchronize_rcu()
531 tmpcb->fn(tmpcb->data); in ossl_synchronize_rcu()
532 OPENSSL_free(tmpcb); in ossl_synchronize_rcu()

Completed in 8 milliseconds