Searched refs:MutexBase (Results 1 - 3 of 3) sorted by relevance

/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1169 // MutexBase and Mutex implement mutex on pthreads-based platforms. They
1177 // MutexBase implements behavior for both statically and dynamically
1178 // allocated mutexes. Do not use MutexBase directly. Instead, write
1188 class MutexBase { class in namespace:testing::internal
1215 // This means MutexBase has to be a POD and its member variables
1224 extern ::testing::internal::MutexBase mutex
1228 ::testing::internal::MutexBase mutex = { PTHREAD_MUTEX_INITIALIZER, 0 }
1231 // shares its API with MutexBase otherwise.
1232 class Mutex : public MutexBase {
1251 explicit GTestMutexLock(MutexBase* mute
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1203 // MutexBase and Mutex implement mutex on pthreads-based platforms. They
1211 // MutexBase implements behavior for both statically and dynamically
1212 // allocated mutexes. Do not use MutexBase directly. Instead, write
1222 class MutexBase { class in namespace:testing::internal
1249 // This means MutexBase has to be a POD and its member variables
1258 extern ::testing::internal::MutexBase mutex
1262 ::testing::internal::MutexBase mutex = { PTHREAD_MUTEX_INITIALIZER, 0 }
1265 // shares its API with MutexBase otherwise.
1266 class Mutex : public MutexBase {
1285 explicit GTestMutexLock(MutexBase* mute
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1190 // MutexBase and Mutex implement mutex on pthreads-based platforms. They
1198 // MutexBase implements behavior for both statically and dynamically
1199 // allocated mutexes. Do not use MutexBase directly. Instead, write
1209 class MutexBase { class in namespace:testing::internal
1236 // This means MutexBase has to be a POD and its member variables
1245 extern ::testing::internal::MutexBase mutex
1249 ::testing::internal::MutexBase mutex = { PTHREAD_MUTEX_INITIALIZER, 0 }
1252 // shares its API with MutexBase otherwise.
1253 class Mutex : public MutexBase {
1272 explicit GTestMutexLock(MutexBase* mute
[all...]

Completed in 110 milliseconds