Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp99 sys::Mutex JITDebugLock; member in __anon03cf66330211::GDBJITRegistrationListener
154 std::lock_guard<llvm::sys::Mutex> locked(JITDebugLock); in ~GDBJITRegistrationListener()
178 std::lock_guard<llvm::sys::Mutex> locked(JITDebugLock); in notifyObjectLoaded()
197 std::lock_guard<llvm::sys::Mutex> locked(JITDebugLock); in notifyFreeingObject()