Home
last modified time | relevance | path

Searched refs:getLock (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h67 Lock getLock() const { in getLock() function
93 auto L = TSCtx.getLock();
115 auto L = TSCtx.getLock(); in ~ThreadSafeModule()
135 auto Lock = TSCtx.getLock(); in decltype()
143 auto Lock = TSCtx.getLock(); in decltype()
151 auto Lock = TSCtx.getLock(); in decltype()
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h112 uptr getLock(uptr idx) const { return all_locks_with_contexts_[idx].lock; } in getLock() function
228 if (!g_.hasEdge(dtls->getLock(i), cur_idx)) in hasAllEdges()