Searched refs:thread_local_key (Results 1 – 1 of 1) sorted by relevance
533 static CRYPTO_THREAD_LOCAL thread_local_key; variable553 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in thread_local_thread_cb()555 || !TEST_true(CRYPTO_THREAD_set_local(&thread_local_key, in thread_local_thread_cb()559 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in thread_local_thread_cb()571 if (!TEST_true(CRYPTO_THREAD_init_local(&thread_local_key, in test_thread_local()575 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in test_thread_local()584 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in test_thread_local()594 if (!TEST_true(CRYPTO_THREAD_cleanup_local(&thread_local_key))) in test_thread_local()609 if (!TEST_true(CRYPTO_THREAD_init_local(&thread_local_key, in test_thread_local_multi_key()613 if (!TEST_true(CRYPTO_THREAD_set_local(&thread_local_key, &dummy))) in test_thread_local_multi_key()[all …]