Searched refs:JITDebugLock (Results 1 – 2 of 2) sorted by relevance
98 sys::Mutex JITDebugLock; member in __anon15ad26370211::GDBJITRegistrationListener153 std::lock_guard<llvm::sys::Mutex> locked(JITDebugLock); in ~GDBJITRegistrationListener()177 std::lock_guard<llvm::sys::Mutex> locked(JITDebugLock); in notifyObjectLoaded()196 std::lock_guard<llvm::sys::Mutex> locked(JITDebugLock); in notifyFreeingObject()
61 static std::mutex JITDebugLock; in appendJITDebugDescriptor() local62 std::lock_guard<std::mutex> Lock(JITDebugLock); in appendJITDebugDescriptor()