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