Home
last modified time | relevance | path

Searched refs:thread_to_thread_locals (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() local
9868 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread()
9869 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()
9870 thread_local_pos = thread_to_thread_locals->insert( in GetValueOnCurrentThread()
9896 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadLocalDestroyed() local
9899 thread_to_thread_locals->begin(); in OnThreadLocalDestroyed()
9900 it != thread_to_thread_locals->end(); in OnThreadLocalDestroyed()
9924 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadExit() local
9927 thread_to_thread_locals->find(thread_id); in OnThreadExit()
9928 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()
[all …]