HomeSort by relevance Sort by last modified time
    Searched full:thread_list_lock_ (Results 26 - 50 of 56) sorted by null

12 3

  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 145 MutexLock mu(self, *Locks::thread_list_lock_);
dalvik_system_ZygoteHooks.cc 156 MutexLock mu(Thread::Current(), *Locks::thread_list_lock_); member in class:art::Locks
  /art/runtime/
trace.cc 313 MutexLock mu(self, *Locks::thread_list_lock_);
434 MutexLock mu(self, *Locks::thread_list_lock_);
519 MutexLock mu(self, *Locks::thread_list_lock_);
    [all...]
jni_env_ext.h 139 REQUIRES(!Locks::thread_list_lock_, !Locks::jni_function_table_lock_);
thread.h 195 REQUIRES(Locks::thread_list_lock_, !Locks::thread_suspend_count_lock_)
198 REQUIRES(Locks::thread_list_lock_, !Locks::thread_suspend_count_lock_)
276 // RequestSynchronousCheckpoint releases the thread_list_lock_ as a part of its execution. This is
288 RELEASE(Locks::thread_list_lock_)
    [all...]
jni_env_ext.cc 300 MutexLock mu(Thread::Current(), *Locks::thread_list_lock_); member in class:art::Locks
monitor.cc 501 Locks::thread_list_lock_->ExclusiveLock(Thread::Current());
523 // RequestSynchronousCheckpoint releases the thread_list_lock_ as a part of its
528 Locks::thread_list_lock_->ExclusiveUnlock(Thread::Current());
531 Locks::thread_list_lock_->ExclusiveUnlock(Thread::Current());
639 MutexLock mu(Thread::Current(), *Locks::thread_list_lock_); member in class:art::Locks
    [all...]
monitor.h 203 REQUIRES(!Locks::thread_list_lock_,
debugger.cc 456 REQUIRES(!Locks::thread_list_lock_, !Locks::thread_suspend_count_lock_) {
472 MutexLock mu(soa.Self(), *Locks::thread_list_lock_);
2373 MutexLock mu(Thread::Current(), *Locks::thread_list_lock_); member in class:art::Locks
    [all...]
java_vm_ext.cc 702 MutexLock mu(Thread::Current(), *Locks::thread_list_lock_); member in class:art::Locks
    [all...]
runtime.cc 497 bool tll_already_held = Locks::thread_list_lock_->IsExclusiveHeld(self);
    [all...]
  /art/runtime/gc/collector/
concurrent_copying.h 137 bool IsWeakRefAccessEnabled() REQUIRES(Locks::thread_list_lock_) {
330 bool weak_ref_access_enabled_ GUARDED_BY(Locks::thread_list_lock_);
concurrent_copying.cc 233 void Run(Thread* self ATTRIBUTE_UNUSED) OVERRIDE REQUIRES(Locks::thread_list_lock_) {
234 // This needs to run under the thread_list_lock_ critical section in ThreadList::RunCheckpoint()
788 MutexLock mu(self, *Locks::thread_list_lock_);
    [all...]
  /art/runtime/gc/allocator/
rosalloc.h 458 REQUIRES(Locks::thread_list_lock_);
    [all...]
rosalloc.cc 1586 MutexLock mu2(Thread::Current(), *Locks::thread_list_lock_); member in class:art::gc::allocator::Locks
    [all...]
  /art/runtime/base/
mutex.cc 67 Mutex* Locks::thread_list_lock_ = nullptr; member in class:art::Locks
    [all...]
  /art/runtime/gc/space/
region_space.cc 536 MutexLock mu2(self, *Locks::thread_list_lock_);
554 MutexLock mu2(self, *Locks::thread_list_lock_);
region_space.h 120 REQUIRES(!Locks::runtime_shutdown_lock_, !Locks::thread_list_lock_, !region_lock_);
123 REQUIRES(!Locks::runtime_shutdown_lock_, !Locks::thread_list_lock_, !region_lock_);
rosalloc_space.cc 310 MutexLock mu2(self, *Locks::thread_list_lock_);
  /art/runtime/mirror/
object.h 141 REQUIRES(!Locks::thread_list_lock_,
    [all...]
  /art/openjdkjvmti/
OpenjdkJvmTi.cc     [all...]
ti_class.cc 459 art::MutexLock mu(self, *art::Locks::thread_list_lock_);
    [all...]
ti_heap.cc     [all...]
ti_redefine.cc 593 art::MutexLock mu(driver_->self_, *art::Locks::thread_list_lock_);
    [all...]
  /art/runtime/gc/
heap.h 611 REQUIRES(Locks::mutator_lock_, !Locks::runtime_shutdown_lock_, !Locks::thread_list_lock_);
    [all...]

Completed in 600 milliseconds

12 3