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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2168 internal::MutexLock lock(&global_test_part_result_reporter_mutex_);
2175 internal::MutexLock lock(&global_test_part_result_reporter_mutex_);
3223 internal::MutexLock lock(&test_properites_mutex_);
5270 internal::MutexLock lock(&mutex_);
5426 internal::MutexLock lock(&mutex_);
5434 internal::MutexLock lock(&mutex_);
5465 internal::MutexLock lock(&mutex_);
5472 internal::MutexLock lock(&mutex_);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h241 // 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; typedef in namespace:std::tr1
2670 typedef GTestMutexLock MutexLock; typedef in namespace:std::tr1
9070 MutexLock lock(&g_linked_ptr_mutex);
9082 MutexLock lock(&g_linked_ptr_mutex);

Completed in 297 milliseconds