Searched refs:handfn (Results 1 – 6 of 6) sorted by relevance
40 OSSL_thread_stop_handler_fn handfn; member336 curr->handfn(curr->arg); in init_thread_stop()353 OSSL_thread_stop_handler_fn handfn) in ossl_init_thread_start() argument399 hand->handfn = handfn; in ossl_init_thread_start()
1970 OSSL_thread_stop_handler_fn handfn, in core_thread_start() argument1979 return ossl_init_thread_start(prov, arg, handfn); in core_thread_start()
20 OSSL_thread_stop_handler_fn handfn);
18 OSSL_thread_stop_handler_fn handfn);41 I<handfn> is a function pointer to the stop handler itself.
71 OSSL_thread_stop_handler_fn handfn,
24 OSSL_thread_stop_handler_fn handfn,209 well as a callback I<handfn> which will be called when the thread stops. The