Lines Matching full:thread_list_lock_
188 // Sanity check that if we have a result it is either suspended or we hold the thread_list_lock_
193 Locks::thread_list_lock_->AssertHeld(soa.Self());
530 if (!Locks::thread_list_lock_->IsExclusiveHeld(self)) {
531 Locks::thread_list_lock_->TryLock(self);
532 if (!Locks::thread_list_lock_->IsExclusiveHeld(self)) {
533 LOG(WARNING) << "Dumping thread list without holding thread_list_lock_";
547 Locks::thread_list_lock_->AssertHeld(self);
608 MutexLock mu(self, *Locks::thread_list_lock_);