Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dthreads_none.c78 static void *thread_local_storage[OPENSSL_CRYPTO_THREAD_LOCAL_KEY_MAX]; variable
89 thread_local_storage[*key] = NULL; in CRYPTO_THREAD_init_local()
99 return thread_local_storage[*key]; in CRYPTO_THREAD_get_local()
107 thread_local_storage[*key] = val; in CRYPTO_THREAD_set_local()