Home | History | Annotate | Download | only in gtest

Lines Matching defs:MutexLock

241 //   Mutex, MutexLock, ThreadLocal, GetThreadCount()
2425 // are used in conjunction with class MutexLock:
2429 // MutexLock lock(&mutex); // Acquires the mutex and releases it at the end
2515 // We cannot name this class MutexLock as the ctor declaration would
2516 // conflict with a macro named MutexLock, which is defined on some
2531 typedef GTestMutexLock MutexLock;
2670 typedef GTestMutexLock MutexLock;
9070 MutexLock lock(&g_linked_ptr_mutex);
9082 MutexLock lock(&g_linked_ptr_mutex);