Searched refs:thread_local_key (Results 1 – 2 of 2) sorted by relevance
82 static unsigned int thread_local_key = 0; in CRYPTO_THREAD_init_local() local84 if (thread_local_key >= OPENSSL_CRYPTO_THREAD_LOCAL_KEY_MAX) in CRYPTO_THREAD_init_local()87 *key = thread_local_key++; in CRYPTO_THREAD_init_local()
97 static CRYPTO_THREAD_LOCAL thread_local_key; variable117 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in thread_local_thread_cb()119 || !TEST_true(CRYPTO_THREAD_set_local(&thread_local_key, in thread_local_thread_cb()123 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in thread_local_thread_cb()135 if (!TEST_true(CRYPTO_THREAD_init_local(&thread_local_key, in test_thread_local()139 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in test_thread_local()148 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in test_thread_local()158 if (!TEST_true(CRYPTO_THREAD_cleanup_local(&thread_local_key))) in test_thread_local()
Completed in 11 milliseconds