Searched refs:allocated_thread_ids_lock_ (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dthread_list.h157 void ReleaseThreadId(Thread* self, uint32_t id) REQUIRES(!Locks::allocated_thread_ids_lock_);
181 std::bitset<kMaxThreadId> allocated_ids_ GUARDED_BY(Locks::allocated_thread_ids_lock_);
H A Dthread_list.cc1307 MutexLock mu(self, *Locks::allocated_thread_ids_lock_);
1319 MutexLock mu(self, *Locks::allocated_thread_ids_lock_);
/art/runtime/base/
H A Dmutex.h646 static Mutex* allocated_thread_ids_lock_ ACQUIRED_AFTER(allocated_monitor_ids_lock_);
649 static Mutex* modify_ldt_lock_ ACQUIRED_AFTER(allocated_thread_ids_lock_);
H A Dmutex.cc37 Mutex* Locks::allocated_thread_ids_lock_ = nullptr; member in class:art::Locks
950 DCHECK(allocated_thread_ids_lock_ != nullptr);
1032 DCHECK(allocated_thread_ids_lock_ == nullptr);
1033 allocated_thread_ids_lock_ = new Mutex("allocated thread ids lock", current_lock_level);

Completed in 265 milliseconds