Searched refs:init_thread_stop (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | initthread.c | 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
|
/third_party/openssl/crypto/ |
H A D | initthread.c | 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
|
Completed in 2 milliseconds