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

  /art/runtime/base/
mutex.h 655 static Mutex* host_dlopen_handles_lock_ ACQUIRED_AFTER(oat_file_manager_lock_);
658 static Mutex* intern_table_lock_ ACQUIRED_AFTER(host_dlopen_handles_lock_);
mutex.cc 52 Mutex* Locks::host_dlopen_handles_lock_ = nullptr; member in class:art::Locks
    [all...]
  /art/runtime/
oat_file.cc 504 MutexLock mu(Thread::Current(), *Locks::host_dlopen_handles_lock_); member in class:art::FINAL::Locks
549 // Guarded by host_dlopen_handles_lock_;
664 MutexLock mu(Thread::Current(), *Locks::host_dlopen_handles_lock_);
    [all...]

Completed in 48 milliseconds