Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dthread_local.cc181 pthread_key_t thread_local_key = pthread_key_t (-1); variable
187 if (thread_local_key != pthread_key_t(-1) && in WinOnThreadExit()
189 void* tls = TlsGetValue(thread_local_key); in WinOnThreadExit()
348 wintlscleanup::thread_local_key = pthread_key_; in StaticMeta()