Searched refs:JITDebugLock (Results 1 – 2 of 2) sorted by relevance
99 sys::Mutex JITDebugLock; member in __anon1f2f07670211::GDBJITRegistrationListener154 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()
85 static std::mutex JITDebugLock; in registerJITLoaderGDBImpl() local86 std::lock_guard<std::mutex> Lock(JITDebugLock); in registerJITLoaderGDBImpl()