Searched defs:getLock (Results 1 – 5 of 5) sorted by relevance
90 sw::MutexLock *getLock() { return &mMutex; } in getLock() function
22 std::mutex &getLock() { return Lock; } in getLock() function in Queue
115 uptr getLock(uptr idx) const { return all_locks_with_contexts_[idx].lock; } in getLock() function
2439 CJS_Return Field::getLock(CJS_Runtime* pRuntime, in getLock() function in Field
3247 const Mutex& Base::getLock(const Inner* i) LOCK_RETURNED(i->lock_) { in getLock() function in LockReturnedScopeFix::Base