Searched refs:JITDebugLock (Results 1 – 2 of 2) sorted by relevance
99 sys::Mutex JITDebugLock; member in __anon15ad26370211::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()
64 static std::mutex JITDebugLock; in appendJITDebugDescriptor() local65 std::lock_guard<std::mutex> Lock(JITDebugLock); in appendJITDebugDescriptor()