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

/external/llvm/include/llvm/Support/
H A DMutexGuard.h34 /// holds - Returns true if this locker instance holds the specified lock.
37 bool holds(const sys::Mutex& lock) const { return &M == &lock; } function in class:llvm::MutexGuard

Completed in 163 milliseconds