Searched refs:ThreadLocal (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc975 ThreadLocal<int> t1;
978 ThreadLocal<void*> t2;
983 ThreadLocal<int> t1(123);
987 ThreadLocal<int*> t2(&i);
998 ThreadLocal<NoDefaultContructor> bar(NoDefaultContructor("foo"));
1003 ThreadLocal<std::string> thread_local_string;
1013 ThreadLocal<std::string> thread_local_string;
1014 const ThreadLocal<std::string>& const_thread_local_string =
1137 pair<ThreadLocal<std::string>*, std::string*> param) {
1142 ThreadLocal<st
[all...]
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h212 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
1641 // Mutex and ThreadLocal have already been imported into the namespace.
1734 // Provides a way for a thread to send notifications to a ThreadLocal
1739 // this ThreadLocal<T>'s constructor and returns it. It is the caller's
1740 // responsibility not to call this when the ThreadLocal<T> instance already
1753 // thread and notifies them when the thread exits. A ThreadLocal instance is
1762 // Invoked when a ThreadLocal instance is destroyed.
1821 // ThreadLocal<int> tl(100); // 100 is the default value for each thread.
1833 // In addition, the default ThreadLocal constructor requires T to have
1839 // ThreadLocal instanc
1846 class ThreadLocal : public ThreadLocalBase { class in namespace:testing::internal
1848 ThreadLocal() : default_factory_(new DefaultValueHolderFactory()) {} function in class:testing::internal::ThreadLocal
1849 explicit ThreadLocal(const T& value) function in class:testing::internal::ThreadLocal
2030 class ThreadLocal { class in namespace:testing::internal
2032 ThreadLocal() function in class:testing::internal::ThreadLocal
2034 explicit ThreadLocal(const T& value) function in class:testing::internal::ThreadLocal
2162 class ThreadLocal { class in namespace:testing::internal
2164 ThreadLocal() : value_() {} function in class:testing::internal::ThreadLocal
2165 explicit ThreadLocal(const T& value) : value_(value) {} function in class:testing::internal::ThreadLocal
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h831 internal::ThreadLocal<TestPartResultReporterInterface*>
916 internal::ThreadLocal<std::vector<TraceInfo> > gtest_trace_stack_;
/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc243 GTEST_API_ ThreadLocal<Sequence*> g_gmock_implicit_sequence;
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h674 GTEST_API_ extern ThreadLocal<Sequence*> g_gmock_implicit_sequence;

Completed in 30 milliseconds