Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-port.cc503 ThreadIdToThreadLocals* const thread_to_thread_locals = in GetValueOnCurrentThread()
505 ThreadIdToThreadLocals::iterator thread_local_pos = in GetValueOnCurrentThread()
536 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadLocalDestroyed()
538 for (ThreadIdToThreadLocals::iterator it = in OnThreadLocalDestroyed()
563 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadExit()
565 ThreadIdToThreadLocals::iterator thread_local_pos = in OnThreadExit()
588 typedef std::map<DWORD, ThreadLocalValues> ThreadIdToThreadLocals; typedef in testing::internal::ThreadLocalRegistryImpl
632 static ThreadIdToThreadLocals* GetThreadLocalsMapLocked() { in GetThreadLocalsMapLocked()
637 static ThreadIdToThreadLocals* map = new ThreadIdToThreadLocals(); in GetThreadLocalsMapLocked()