Searched refs:allocated_thread_ids_lock_ (Results 1 – 4 of 4) sorted by relevance
186 void ReleaseThreadId(Thread* self, uint32_t id) REQUIRES(!Locks::allocated_thread_ids_lock_);210 std::bitset<kMaxThreadId> allocated_ids_ GUARDED_BY(Locks::allocated_thread_ids_lock_);
1540 MutexLock mu(self, *Locks::allocated_thread_ids_lock_); in AllocThreadId()1552 MutexLock mu(self, *Locks::allocated_thread_ids_lock_); in ReleaseThreadId()
670 static Mutex* allocated_thread_ids_lock_ ACQUIRED_AFTER(allocated_monitor_ids_lock_);673 static Mutex* modify_ldt_lock_ ACQUIRED_AFTER(allocated_thread_ids_lock_);
42 Mutex* Locks::allocated_thread_ids_lock_ = nullptr; member in art::Locks1033 DCHECK(allocated_thread_ids_lock_ != nullptr); in Init()1127 DCHECK(allocated_thread_ids_lock_ == nullptr); in Init()1128 allocated_thread_ids_lock_ = new Mutex("allocated thread ids lock", current_lock_level); in Init()