Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc9867 ThreadIdToThreadLocals::iterator thread_local_pos = in GetValueOnCurrentThread() local
9869 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()
9870 thread_local_pos = thread_to_thread_locals->insert( in GetValueOnCurrentThread()
9874 ThreadLocalValues& thread_local_values = thread_local_pos->second; in GetValueOnCurrentThread()
9926 ThreadIdToThreadLocals::iterator thread_local_pos = in OnThreadExit() local
9928 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()
9929 ThreadLocalValues& thread_local_values = thread_local_pos->second; in OnThreadExit()
9936 thread_to_thread_locals->erase(thread_local_pos); in OnThreadExit()