HomeSort by relevance Sort by last modified time
    Searched defs:thread_list_suspend_thread_lock_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/
mutex.cc 55 Mutex* Locks::thread_list_suspend_thread_lock_ = nullptr; member in class:art::Locks
867 DCHECK(thread_list_suspend_thread_lock_ != nullptr);
874 DCHECK(thread_list_suspend_thread_lock_ == nullptr);
875 thread_list_suspend_thread_lock_ =
    [all...]
mutex.h 493 static Mutex* thread_list_suspend_thread_lock_; member in class:art::Locks
496 static Mutex* instrument_entrypoints_lock_ ACQUIRED_AFTER(thread_list_suspend_thread_lock_);

Completed in 194 milliseconds