Searched refs:thread_local_storage (Results 1 – 10 of 10) sorted by relevance
78 static void *thread_local_storage[OPENSSL_CRYPTO_THREAD_LOCAL_KEY_MAX]; variable89 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()
46 static void *thread_local_storage = NULL; variable120 thread_local_storage = value; in __gthread_objc_thread_set_data()128 return thread_local_storage; in __gthread_objc_thread_get_data()
326 static void *thread_local_storage = NULL; variable488 thread_local_storage = value; in __gthread_objc_thread_set_data()500 return thread_local_storage; in __gthread_objc_thread_get_data()
133 static void *thread_local_storage = NULL; variable282 thread_local_storage = value; in __gthread_objc_thread_set_data()301 return thread_local_storage; in __gthread_objc_thread_get_data()
205 TEST_IMPL(thread_local_storage) { in TEST_IMPL() argument
442 TEST_DECLARE (thread_local_storage)1112 TEST_ENTRY (thread_local_storage)