Searched refs:kStaticMutex (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc544 Mutex ThreadLocalRegistryImpl::mutex_(Mutex::kStaticMutex);
545 Mutex ThreadLocalRegistryImpl::thread_map_mutex_(Mutex::kStaticMutex);
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1663 // We rely on kStaticMutex being 0 as it is to what the linker initializes
1666 enum StaticConstructorSelector { kStaticMutex = 0 }; enumerator in enum:testing::internal::Mutex::StaticConstructorSelector
1705 ::testing::internal::Mutex mutex(::testing::internal::Mutex::kStaticMutex)

Completed in 17 milliseconds