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 157 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_);
thread_list.cc     [all...]
  /art/runtime/base/
mutex.h 646 static Mutex* allocated_thread_ids_lock_ ACQUIRED_AFTER(allocated_monitor_ids_lock_);
649 static Mutex* modify_ldt_lock_ ACQUIRED_AFTER(allocated_thread_ids_lock_);
mutex.cc 37 Mutex* Locks::allocated_thread_ids_lock_ = nullptr; member in class:art::Locks
    [all...]

Completed in 59 milliseconds