Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc9874 ThreadLocalValues& thread_local_values = thread_local_pos->second; in GetValueOnCurrentThread() local
9876 thread_local_values.find(thread_local_instance); in GetValueOnCurrentThread()
9877 if (value_pos == thread_local_values.end()) { in GetValueOnCurrentThread()
9879 thread_local_values in GetValueOnCurrentThread()
9902 ThreadLocalValues& thread_local_values = it->second; in OnThreadLocalDestroyed() local
9904 thread_local_values.find(thread_local_instance); in OnThreadLocalDestroyed()
9905 if (value_pos != thread_local_values.end()) { in OnThreadLocalDestroyed()
9907 thread_local_values.erase(value_pos); in OnThreadLocalDestroyed()
9929 ThreadLocalValues& thread_local_values = thread_local_pos->second; in OnThreadExit() local
9931 thread_local_values.begin(); in OnThreadExit()
[all …]