HomeSort by relevance Sort by last modified time
    Searched refs:MutexLock (Results 76 - 100 of 139) sorted by null

1 2 34 5 6

  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 134 MutexLock mu(self, *Locks::thread_list_lock_);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_java.cc 167 MutexLock(thr, pc, addr);
210 MutexLock(thr, pc, addr, rec);
  /external/valgrind/drd/tests/
tsan_unittest.cpp 55 #define WriterLockScoped MutexLock
    [all...]
  /art/runtime/openjdkjvm/
OpenjdkJvm.cc 355 art::MutexLock mu(soa.Self(), *art::Locks::thread_list_lock_);
380 art::MutexLock mu(soa.Self(), *art::Locks::thread_list_lock_);
392 art::MutexLock mu(soa.Self(), *art::Locks::thread_list_lock_);
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 46 class SCOPED_LOCKABLE MutexLock {
48 MutexLock(Mutex *mu) EXCLUSIVE_LOCK_FUNCTION(mu);
49 MutexLock(Mutex *mu, bool adopt) EXCLUSIVE_LOCKS_REQUIRED(mu);
50 ~MutexLock() UNLOCK_FUNCTION();
    [all...]
  /art/runtime/base/
logging.cc 211 MutexLock mu(Thread::Current(), *Locks::logging_lock_);
mutex.cc 353 MutexLock mu(Thread::Current(), *Locks::runtime_shutdown_lock_);
541 MutexLock mu(Thread::Current(), *Locks::runtime_shutdown_lock_);
779 MutexLock mu(Thread::Current(), *Locks::runtime_shutdown_lock_);
    [all...]
  /art/runtime/gc/
reference_queue.cc 34 MutexLock mu(self, *lock_);
  /art/runtime/
monitor_pool.h 151 MutexLock mu(self, *Locks::allocated_monitor_ids_lock_);
thread-inl.h 204 MutexLock mu(this, *Locks::thread_suspend_count_lock_);
thread.cc 422 // TODO: pass self to MutexLock - requires self to equal Thread::Current(), which is only true
424 MutexLock mu(nullptr, *Locks::runtime_shutdown_lock_);
470 MutexLock mu(soa.Self(), *Locks::thread_suspend_count_lock_);
610 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
665 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
741 MutexLock mu(nullptr, *Locks::runtime_shutdown_lock_);
    [all...]
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 182 MutexLock(thr, 0, addr);
  /external/gtest/test/
gtest-port_test.cc 321 internal::MutexLock lock(&mutex);
1037 { MutexLock lock(&m); }
1045 MutexLock lock(&m);
1055 MutexLock lock(mutex_);
    [all...]
  /external/regex-re2/re2/
dfa.cc     [all...]
re2.cc 234 MutexLock l(mutex_);
272 MutexLock l(mutex_);
285 MutexLock l(mutex_);
    [all...]
  /art/runtime/jit/
jit.cc 130 MutexLock mu(Thread::Current(), lock_);
539 MutexLock mu(Thread::Current(), lock_);
jit_code_cache.h 177 MutexLock lock(Thread::Current(), lock_);
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 124 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
    [all...]
  /art/compiler/driver/
compiler_driver.cc 166 #define STATS_LOCK() MutexLock mu(Thread::Current(), stats_lock_)
422 MutexLock mu(self, compiled_classes_lock_);
426 MutexLock mu(self, compiled_methods_lock_);
728 MutexLock lock(Thread::Current(), dex_to_dex_references_lock_);
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-port_test.cc 1006 { MutexLock lock(&m); }
1014 MutexLock lock(&m);
1024 MutexLock lock(mutex_);
1030 // We cannot use Mutex and MutexLock here or rely on their memory
    [all...]
  /external/protobuf/gtest/test/
gtest-port_test.cc 813 { MutexLock lock(&m); }
821 MutexLock lock(&m);
831 MutexLock lock(mutex_);
837 // We cannot use Mutex and MutexLock here or rely on their memory
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 145 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 360 MutexLock lock(&mutex_);
391 MutexLock lock(&mutex_);
419 MutexLock lock(&mutex_);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-port_test.cc 1044 { MutexLock lock(&m); }
1052 MutexLock lock(&m);
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-port_test.cc 1044 { MutexLock lock(&m); }
1052 MutexLock lock(&m);
    [all...]

Completed in 855 milliseconds

1 2 34 5 6