Searched refs:init_thread_stop (Results 1 – 1 of 1) sorted by relevance
90 static void init_thread_stop(void *arg, THREAD_EVENT_HANDLER **hands);196 init_thread_stop(NULL, (THREAD_EVENT_HANDLER **)hands); in init_thread_destructor()233 init_thread_stop(NULL, hands); in OPENSSL_thread_stop()245 init_thread_stop(ctx, hands); in ossl_ctx_thread_stop()303 init_thread_stop(ctx, hands); in ossl_ctx_thread_stop()309 static void init_thread_stop(void *arg, THREAD_EVENT_HANDLER **hands) in init_thread_stop() function