Searched refs:destructor_key (Results 1 – 1 of 1) sorted by relevance
141 } destructor_key = { -1 }; variable203 if (!CRYPTO_THREAD_init_local(&destructor_key.value, in ossl_init_thread()213 CRYPTO_THREAD_cleanup_local(&destructor_key.value); in ossl_cleanup_thread()214 destructor_key.sane = -1; in ossl_cleanup_thread()230 if (destructor_key.sane != -1) { in OPENSSL_thread_stop()232 = init_get_thread_local(&destructor_key.value, 0, 0); in OPENSSL_thread_stop()242 if (destructor_key.sane != -1) { in ossl_ctx_thread_stop()244 = init_get_thread_local(&destructor_key.value, 0, 1); in ossl_ctx_thread_stop()375 CRYPTO_THREAD_LOCAL *local = &destructor_key.value; in ossl_init_thread_start()
Completed in 4 milliseconds