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

  /art/runtime/base/
mutex.cc 78 std::vector<BaseMutex*> Locks::expected_mutexes_on_weak_ref_access_; member in class:art::Locks
    [all...]
mutex.h 591 // Add a mutex to expected_mutexes_on_weak_ref_access_.
593 // Remove a mutex from expected_mutexes_on_weak_ref_access_.
595 // Check if the given mutex is in expected_mutexes_on_weak_ref_access_.
761 static std::vector<BaseMutex*> expected_mutexes_on_weak_ref_access_; member in class:art::Locks

Completed in 78 milliseconds