Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dinitthread.c54 static GLOBAL_TEVENT_REGISTER *glob_tevent_reg = NULL; variable
60 glob_tevent_reg = OPENSSL_zalloc(sizeof(*glob_tevent_reg)); in DEFINE_RUN_ONCE_STATIC()
61 if (glob_tevent_reg == NULL) in DEFINE_RUN_ONCE_STATIC()
65 glob_tevent_reg->lock = CRYPTO_THREAD_lock_new(); in DEFINE_RUN_ONCE_STATIC()
66 if (glob_tevent_reg->skhands == NULL || glob_tevent_reg->lock == NULL) { in DEFINE_RUN_ONCE_STATIC()
67 sk_THREAD_EVENT_HANDLER_PTR_free(glob_tevent_reg->skhands); in DEFINE_RUN_ONCE_STATIC()
68 CRYPTO_THREAD_lock_free(glob_tevent_reg->lock); in DEFINE_RUN_ONCE_STATIC()
69 OPENSSL_free(glob_tevent_reg); in DEFINE_RUN_ONCE_STATIC()
70 glob_tevent_reg = NULL; in DEFINE_RUN_ONCE_STATIC()
81 return glob_tevent_reg; in get_global_tevent_register()
[all …]

Completed in 6 milliseconds