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

  /art/runtime/base/
mutex.cc 76 std::vector<BaseMutex*> Locks::expected_mutexes_on_weak_ref_access_; member in class:art::Locks
    [all...]
mutex.h 572 // Add a mutex to expected_mutexes_on_weak_ref_access_.
574 // Remove a mutex from expected_mutexes_on_weak_ref_access_.
576 // Check if the given mutex is in expected_mutexes_on_weak_ref_access_.
733 static std::vector<BaseMutex*> expected_mutexes_on_weak_ref_access_; member in class:art::Locks
  /art/runtime/
thread_list.cc 443 for (BaseMutex* mutex : Locks::expected_mutexes_on_weak_ref_access_) {
    [all...]

Completed in 153 milliseconds