Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h73 Lock getLock() { in getLock() function
133 ThreadSafeContext::Lock getContextLock() { return TSCtx.getLock(); } in getContextLock()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h115 uptr getLock(uptr idx) const { return all_locks_with_contexts_[idx].lock; } in getLock() function
232 if (!g_.hasEdge(dtls->getLock(i), cur_idx)) in hasAllEdges()