Searched refs:thread_local_storage (Results 1 – 1 of 1) sorted by relevance
156 static void *thread_local_storage[OPENSSL_CRYPTO_THREAD_LOCAL_KEY_MAX]; variable167 thread_local_storage[*key] = NULL; in CRYPTO_THREAD_init_local()177 return thread_local_storage[*key]; in CRYPTO_THREAD_get_local()185 thread_local_storage[*key] = val; in CRYPTO_THREAD_set_local()
Completed in 5 milliseconds