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