Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp128 ManagedStatic<sys::Mutex> JITDebugLock; variable
148 llvm::MutexGuard locked(*JITDebugLock); in ~GDBJITRegistrationListener()
175 llvm::MutexGuard locked(*JITDebugLock); in NotifyObjectEmitted()
195 llvm::MutexGuard locked(*JITDebugLock); in NotifyFreeingObject()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDebugRegisterer.cpp50 sys::Mutex JITDebugLock; variable
149 MutexGuard locked(JITDebugLock); in RegisterFunction()
171 MutexGuard locked(JITDebugLock); in UnregisterFunctionInternal()