Home
last modified time | relevance | path

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

/openssl-master/crypto/
A Dthreads_none.c82 static unsigned int thread_local_key = 0; in CRYPTO_THREAD_init_local() local
84 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()
/openssl-master/test/
A Dthreadstest.c97 static CRYPTO_THREAD_LOCAL thread_local_key; variable
117 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