HomeSort by relevance Sort by last modified time
    Searched refs:thread_list_lock_ (Results 26 - 35 of 35) sorted by null

12

  /art/runtime/
thread.h 176 REQUIRES(Locks::thread_list_lock_, !Locks::thread_suspend_count_lock_)
179 REQUIRES(Locks::thread_list_lock_, !Locks::thread_suspend_count_lock_)
    [all...]
thread.cc 467 // Sanity check that if we have a result it is either suspended or we hold the thread_list_lock_
472 Locks::thread_list_lock_->AssertHeld(soa.Self());
    [all...]
java_vm_ext.cc 574 MutexLock mu(Thread::Current(), *Locks::thread_list_lock_); member in class:art::Locks
    [all...]
debugger.cc 383 REQUIRES(!Locks::thread_list_lock_, !Locks::thread_suspend_count_lock_) {
398 MutexLock mu(soa.Self(), *Locks::thread_list_lock_);
883 // Add() requires the thread_list_lock_ not held to avoid the lock
2253 MutexLock mu(Thread::Current(), *Locks::thread_list_lock_); member in class:art::Locks
    [all...]
runtime.cc 394 bool tll_already_held = Locks::thread_list_lock_->IsExclusiveHeld(self);
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 1592 MutexLock mu2(Thread::Current(), *Locks::thread_list_lock_); member in class:art::gc::allocator::Locks
    [all...]