Searched refs:MutexLock (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc177 MutexLock l(&mutex_);
282 MutexLock l(&g_gmock_mutex);
296 MutexLock l(&g_gmock_mutex);
309 MutexLock l(&g_gmock_mutex);
326 MutexLock l(&g_gmock_mutex);
610 internal::MutexLock l(&internal::g_gmock_mutex);
641 internal::MutexLock l(&internal::g_gmock_mutex);
650 internal::MutexLock l(&internal::g_gmock_mutex);
659 internal::MutexLock l(&internal::g_gmock_mutex);
668 internal::MutexLock
[all...]
H A Dgmock-internal-utils.cc138 MutexLock l(&g_log_mutex);
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-linked_ptr.h110 MutexLock lock(&g_linked_ptr_mutex);
127 MutexLock lock(&g_linked_ptr_mutex);
H A Dgtest-port.h212 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
1647 // with class MutexLock:
1651 // MutexLock lock(&mutex); // Acquires the mutex and releases it at the
1707 // We cannot name this class MutexLock because the ctor declaration would
1708 // conflict with a macro named MutexLock, which is defined on some
1710 // inadvertent misuses of MutexLock like "MutexLock(&mu)" rather than
1711 // "MutexLock l(&mu)". Hence the typedef trick below.
1725 typedef GTestMutexLock MutexLock; typedef in namespace:testing::internal
1991 // We cannot name this class MutexLock becaus
2009 typedef GTestMutexLock MutexLock; typedef in namespace:testing::internal
2159 typedef GTestMutexLock MutexLock; typedef in namespace:testing::internal
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc321 internal::MutexLock lock(&mutex);
1039 { MutexLock lock(&m); }
1047 MutexLock lock(&m);
1057 MutexLock lock(mutex_);
1065 // Mutex and MutexLock here or rely on their memory barrier
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc401 MutexLock lock(&mutex_);
432 MutexLock lock(&mutex_);
460 MutexLock lock(&mutex_);
H A Dgtest.cc706 internal::MutexLock lock(&global_test_part_result_reporter_mutex_);
713 internal::MutexLock lock(&global_test_part_result_reporter_mutex_);
2062 internal::MutexLock lock(&test_properites_mutex_);
4117 internal::MutexLock lock(&mutex_);
4273 internal::MutexLock lock(&mutex_);
4281 internal::MutexLock lock(&mutex_);
4312 internal::MutexLock lock(&mutex_);
4319 internal::MutexLock lock(&mutex_);
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1469 MutexLock l(&g_gmock_mutex);
1686 MutexLock l(&g_gmock_mutex);

Completed in 52 milliseconds