Searched defs:thread_local_storage (Results 1 – 4 of 4) sorted by relevance
31 static DWORD thread_local_storage = TLS_OUT_OF_INDEXES; variable
30 static pthread_key_t thread_local_storage = INVALID_PTHREAD_KEY; variable
78 static void *thread_local_storage[OPENSSL_CRYPTO_THREAD_LOCAL_KEY_MAX]; variable
144 TEST_IMPL(thread_local_storage) { in TEST_IMPL() argument