Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp118 ManagedStatic<sys::Mutex> JITDebugLock; variable
138 std::lock_guard<llvm::sys::Mutex> locked(*JITDebugLock); in ~GDBJITRegistrationListener()
162 std::lock_guard<llvm::sys::Mutex> locked(*JITDebugLock); in notifyObjectLoaded()
181 std::lock_guard<llvm::sys::Mutex> locked(*JITDebugLock); in notifyFreeingObject()