Searched refs:getLock (Results 1 – 5 of 5) sorted by relevance
67 Lock getLock() const { in getLock() function93 auto L = TSCtx.getLock();115 auto L = TSCtx.getLock(); in ~ThreadSafeModule()135 auto Lock = TSCtx.getLock(); in decltype()142 auto Lock = TSCtx.getLock(); in decltype()
73 { auto L = TSCtx.getLock(); } in TEST()75 { auto L = TSM.getContext().getLock(); } in TEST()88 auto L = TSCtx.getLock(); in TEST()
112 uptr getLock(uptr idx) const { return all_locks_with_contexts_[idx].lock; } in getLock() function228 if (!g_.hasEdge(dtls->getLock(i), cur_idx)) in hasAllEdges()
3778 const Mutex& getLock(const Inner* i);3780 void lockInner (Inner* i) EXCLUSIVE_LOCK_FUNCTION(getLock(i));3781 void unlockInner(Inner* i) UNLOCK_FUNCTION(getLock(i));3782 void foo(Inner* i) EXCLUSIVE_LOCKS_REQUIRED(getLock(i));3794 const Mutex& Base::getLock(const Inner* i) LOCK_RETURNED(i->lock_) { in getLock() function in LockReturnedScopeFix::Base
747 auto Lock = TSCtx.getLock();