Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/docs/
H A DORCv2.rst747 auto Lock = TSCtx.getLock();