Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dinitthread.c142 } destructor_key = { -1 }; variable
204 if (!CRYPTO_THREAD_init_local(&destructor_key.value, in ossl_init_thread()
214 CRYPTO_THREAD_cleanup_local(&destructor_key.value); in ossl_cleanup_thread()
215 destructor_key.sane = -1; in ossl_cleanup_thread()
231 if (destructor_key.sane != -1) { in OPENSSL_thread_stop()
233 = init_get_thread_local(&destructor_key.value, 0, 0); in OPENSSL_thread_stop()
243 if (destructor_key.sane != -1) { in ossl_ctx_thread_stop()
245 = init_get_thread_local(&destructor_key.value, 0, 1); in ossl_ctx_thread_stop()
368 CRYPTO_THREAD_LOCAL *local = &destructor_key.value; in ossl_init_thread_start()

Completed in 27 milliseconds