Searched defs:LockLevel (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dmutex.h51 // LockLevel is used to impose a lock hierarchy [1] where acquisition of a Mutex at a higher or
56 enum LockLevel { enum in namespace:art
123 std::ostream& operator<<(std::ostream& os, const LockLevel& rhs);
158 BaseMutex(const char* name, LockLevel level);
169 const LockLevel level_; // Support for lock hierarchy.
217 explicit Mutex(const char* name, LockLevel level = kDefaultMutexLevel, bool recursive = false);
306 explicit ReaderWriterMutex(const char* name, LockLevel level = kDefaultMutexLevel);
425 explicit MutatorMutex(const char* name, LockLevel level = kDefaultMutexLevel)

Completed in 59 milliseconds