Home
last modified time | relevance | path

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

/third_party/openssl/crypto/
Dinitthread.c34 typedef struct thread_event_handler_st THREAD_EVENT_HANDLER; typedef
41 THREAD_EVENT_HANDLER *next;
45 DEFINE_SPECIAL_STACK_OF(THREAD_EVENT_HANDLER_PTR, THREAD_EVENT_HANDLER *)
85 static int init_thread_push_handlers(THREAD_EVENT_HANDLER **hands);
86 static void init_thread_remove_handlers(THREAD_EVENT_HANDLER **handsin);
90 static void init_thread_stop(void *arg, THREAD_EVENT_HANDLER **hands);
92 static THREAD_EVENT_HANDLER **
95 THREAD_EVENT_HANDLER **hands = CRYPTO_THREAD_get_local(local); in init_get_thread_local()
153 static int init_thread_push_handlers(THREAD_EVENT_HANDLER **hands) in init_thread_push_handlers()
170 static void init_thread_remove_handlers(THREAD_EVENT_HANDLER **handsin) in init_thread_remove_handlers()
[all …]
/third_party/node/deps/openssl/openssl/crypto/
Dinitthread.c34 typedef struct thread_event_handler_st THREAD_EVENT_HANDLER; typedef
41 THREAD_EVENT_HANDLER *next;
45 DEFINE_SPECIAL_STACK_OF(THREAD_EVENT_HANDLER_PTR, THREAD_EVENT_HANDLER *)
85 static int init_thread_push_handlers(THREAD_EVENT_HANDLER **hands);
86 static void init_thread_remove_handlers(THREAD_EVENT_HANDLER **handsin);
90 static void init_thread_stop(void *arg, THREAD_EVENT_HANDLER **hands);
92 static THREAD_EVENT_HANDLER **
95 THREAD_EVENT_HANDLER **hands = CRYPTO_THREAD_get_local(local); in init_get_thread_local()
153 static int init_thread_push_handlers(THREAD_EVENT_HANDLER **hands) in init_thread_push_handlers()
170 static void init_thread_remove_handlers(THREAD_EVENT_HANDLER **handsin) in init_thread_remove_handlers()
[all …]