Searched defs:getLock (Results 1 – 3 of 3) sorted by relevance
67 Lock getLock() const { in getLock() function
112 uptr getLock(uptr idx) const { return all_locks_with_contexts_[idx].lock; } in getLock() function
3848 const Mutex& Base::getLock(const Inner* i) LOCK_RETURNED(i->lock_) { getLock() function in LockReturnedScopeFix::Base