Searched refs:AtomicCounterWithMutex (Results 1 - 1 of 1) sorted by relevance
/gem5/ext/googletest/googletest/test/ | ||
H A D | gtest-port_test.cc | 1051 class AtomicCounterWithMutex { class in namespace:testing::internal 1053 explicit AtomicCounterWithMutex(Mutex* mutex) : function in class:testing::internal::AtomicCounterWithMutex 1096 void CountingThreadFunc(pair<AtomicCounterWithMutex*, int> param) { 1104 AtomicCounterWithMutex locked_counter(&mutex); 1106 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; |
Completed in 8 milliseconds