Searched refs:handfn (Results 1 – 6 of 6) sorted by relevance
41 OSSL_thread_stop_handler_fn handfn; member351 curr->handfn(curr->arg); in init_thread_stop()368 OSSL_thread_stop_handler_fn handfn) in ossl_init_thread_start() argument412 hand->handfn = handfn; in ossl_init_thread_start()
2249 OSSL_thread_stop_handler_fn handfn, in core_thread_start() argument2258 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.
72 OSSL_thread_stop_handler_fn handfn,
24 OSSL_thread_stop_handler_fn handfn,223 well as a callback I<handfn> which will be called when the thread stops. The
Completed in 19 milliseconds