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 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_);
thread_list.cc     [all...]
  /art/runtime/base/
mutex.h 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_);
mutex.cc 42 Mutex* Locks::allocated_thread_ids_lock_ = nullptr; member in class:art::Locks
    [all...]

Completed in 106 milliseconds