HomeSort by: relevance | last modified time | path
    Searched refs:MutexLock (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
mutex.h 87 class SCOPED_CAPABILITY MutexLock {
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_) {
thread_manager.h 28 MutexLock lock(end_cond_mutex_);
34 MutexLock lock(end_cond_mutex_);
benchmark_register.cc 97 MutexLock l(mutex_);
104 MutexLock l(mutex_);
130 MutexLock l(mutex_);
benchmark.cc 183 MutexLock l(manager_->GetBenchmarkMutex());
198 MutexLock l(manager_->GetBenchmarkMutex());
benchmark_runner.cc 115 MutexLock l(manager->GetBenchmarkMutex());
216 MutexLock l(manager->GetBenchmarkMutex());
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
mutex.h 87 class SCOPED_CAPABILITY MutexLock {
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_) {
thread_manager.h 28 MutexLock lock(end_cond_mutex_);
34 MutexLock lock(end_cond_mutex_);
benchmark_register.cc 97 MutexLock l(mutex_);
104 MutexLock l(mutex_);
130 MutexLock l(mutex_);
benchmark.cc 170 MutexLock l(manager->GetBenchmarkMutex());
215 MutexLock l(manager->GetBenchmarkMutex());
348 MutexLock l(manager_->GetBenchmarkMutex());
363 MutexLock l(manager_->GetBenchmarkMutex());
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
gmock-spec-builders.cc 209 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 l(&internal::g_gmock_mutex)
    [all...]
gmock-internal-utils.cc 155 MutexLock l(&g_log_mutex);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 202 // 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;
1701 // We cannot name this class MutexLock because the ctor declaration woul
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc 540 MutexLock lock(&mutex_);
571 MutexLock lock(&mutex_);
599 MutexLock lock(&mutex_);
gtest.cc 724 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 lock(&mutex_)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-spec-builders.h 1490 MutexLock l(&g_gmock_mutex);
1704 MutexLock l(&g_gmock_mutex);

Completed in 40 milliseconds