Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc9865 ThreadIdToThreadLocals* const thread_to_thread_locals = in GetValueOnCurrentThread()
9867 ThreadIdToThreadLocals::iterator thread_local_pos = in GetValueOnCurrentThread()
9896 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadLocalDestroyed()
9898 for (ThreadIdToThreadLocals::iterator it = in OnThreadLocalDestroyed()
9924 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadExit()
9926 ThreadIdToThreadLocals::iterator thread_local_pos = in OnThreadExit()
9949 typedef std::map<DWORD, ThreadLocalValues> ThreadIdToThreadLocals; typedef in testing::internal::ThreadLocalRegistryImpl
9995 static ThreadIdToThreadLocals* GetThreadLocalsMapLocked() { in GetThreadLocalsMapLocked()
9998 static ThreadIdToThreadLocals* map = new ThreadIdToThreadLocals(); in GetThreadLocalsMapLocked()