Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dthreads_none.c156 static void *thread_local_storage[OPENSSL_CRYPTO_THREAD_LOCAL_KEY_MAX]; variable
167 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 9 milliseconds