Searched refs:thread_local_key (Results 1 – 1 of 1) sorted by relevance
540 static CRYPTO_THREAD_LOCAL thread_local_key; variable560 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in thread_local_thread_cb()562 || !TEST_true(CRYPTO_THREAD_set_local(&thread_local_key, in thread_local_thread_cb()566 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in thread_local_thread_cb()578 if (!TEST_true(CRYPTO_THREAD_init_local(&thread_local_key, in test_thread_local()582 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in test_thread_local()591 ptr = CRYPTO_THREAD_get_local(&thread_local_key); in test_thread_local()601 if (!TEST_true(CRYPTO_THREAD_cleanup_local(&thread_local_key))) in test_thread_local()616 if (!TEST_true(CRYPTO_THREAD_init_local(&thread_local_key, in test_thread_local_multi_key()620 if (!TEST_true(CRYPTO_THREAD_set_local(&thread_local_key, &dummy))) in test_thread_local_multi_key()[all …]