HomeSort by relevance Sort by last modified time
    Searched refs:allocated_thread_ids_lock_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/
thread_list.h 140 void ReleaseThreadId(Thread* self, uint32_t id) LOCKS_EXCLUDED(Locks::allocated_thread_ids_lock_);
159 std::bitset<kMaxThreadId> allocated_ids_ GUARDED_BY(Locks::allocated_thread_ids_lock_);
thread_list.cc     [all...]
  /art/runtime/base/
mutex.h 595 static Mutex* allocated_thread_ids_lock_ ACQUIRED_AFTER(allocated_monitor_ids_lock_);
598 static Mutex* modify_ldt_lock_ ACQUIRED_AFTER(allocated_thread_ids_lock_);
mutex.cc 35 Mutex* Locks::allocated_thread_ids_lock_ = nullptr; member in class:art::Locks
857 DCHECK(allocated_thread_ids_lock_ != nullptr);
    [all...]

Completed in 195 milliseconds