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

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dmutex.h87 class SCOPED_CAPABILITY MutexLock { class in namespace:benchmark
91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {}
92 ~MutexLock() RELEASE() {}
107 MutexLock ml(lock_);
115 MutexLock ml(lock_);
132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) {
H A Dthread_manager.h28 MutexLock lock(end_cond_mutex_);
34 MutexLock lock(end_cond_mutex_);
H A Dbenchmark_register.cc97 MutexLock l(mutex_);
104 MutexLock l(mutex_);
130 MutexLock l(mutex_);
H A Dbenchmark.cc170 MutexLock l(manager->GetBenchmarkMutex());
215 MutexLock l(manager->GetBenchmarkMutex());
348 MutexLock l(manager_->GetBenchmarkMutex());
363 MutexLock l(manager_->GetBenchmarkMutex());
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dmutex.h87 class SCOPED_CAPABILITY MutexLock { class in namespace:benchmark
91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {}
92 ~MutexLock() RELEASE() {}
107 MutexLock ml(lock_);
115 MutexLock ml(lock_);
132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) {
H A Dthread_manager.h28 MutexLock lock(end_cond_mutex_);
34 MutexLock lock(end_cond_mutex_);
H A Dbenchmark_register.cc97 MutexLock l(mutex_);
104 MutexLock l(mutex_);
130 MutexLock l(mutex_);
H A Dbenchmark.cc183 MutexLock l(manager_->GetBenchmarkMutex());
198 MutexLock l(manager_->GetBenchmarkMutex());
H A Dbenchmark_runner.cc115 MutexLock l(manager->GetBenchmarkMutex());
216 MutexLock l(manager->GetBenchmarkMutex());
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc209 MutexLock l(&mutex_);
316 MutexLock l(&g_gmock_mutex);
330 MutexLock l(&g_gmock_mutex);
343 MutexLock l(&g_gmock_mutex);
360 MutexLock l(&g_gmock_mutex);
658 internal::MutexLock l(&internal::g_gmock_mutex);
689 internal::MutexLock l(&internal::g_gmock_mutex);
698 internal::MutexLock l(&internal::g_gmock_mutex);
708 internal::MutexLock l(&internal::g_gmock_mutex);
717 internal::MutexLock
[all...]
H A Dgmock-internal-utils.cc155 MutexLock l(&g_log_mutex);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc540 MutexLock lock(&mutex_);
571 MutexLock lock(&mutex_);
599 MutexLock lock(&mutex_);
H A Dgtest.cc724 internal::MutexLock lock(&global_test_part_result_reporter_mutex_);
731 internal::MutexLock lock(&global_test_part_result_reporter_mutex_);
2071 internal::MutexLock lock(&test_properites_mutex_);
4448 MutexLock lock(&mutex_);
4487 MutexLock lock(&mutex_);
4777 internal::MutexLock lock(&mutex_);
4941 internal::MutexLock lock(&mutex_);
4949 internal::MutexLock lock(&mutex_);
4958 internal::MutexLock lock(&mutex_);
4986 internal::MutexLock loc
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h202 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
1352 // with class MutexLock:
1356 // MutexLock lock(&mutex); // Acquires the mutex and releases it at the
1412 // We cannot name this class MutexLock because the ctor declaration would
1413 // conflict with a macro named MutexLock, which is defined on some
1415 // inadvertent misuses of MutexLock like "MutexLock(&mu)" rather than
1416 // "MutexLock l(&mu)". Hence the typedef trick below.
1430 typedef GTestMutexLock MutexLock; typedef in namespace:testing::internal
1701 // We cannot name this class MutexLock becaus
1719 typedef GTestMutexLock MutexLock; typedef in namespace:testing::internal
1869 typedef GTestMutexLock MutexLock; typedef in namespace:testing::internal
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1490 MutexLock l(&g_gmock_mutex);
1704 MutexLock l(&g_gmock_mutex);

Completed in 234 milliseconds