HomeSort by relevance Sort by last modified time
    Searched refs:JITDebugLock (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ExecutionEngine/
GDBRegistrationListener.cpp 128 ManagedStatic<sys::Mutex> JITDebugLock;
148 llvm::MutexGuard locked(*JITDebugLock);
175 llvm::MutexGuard locked(*JITDebugLock);
195 llvm::MutexGuard locked(*JITDebugLock);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDebugRegisterer.cpp 48 /// JITDebugLock - Used to serialize all code registration events, since they
50 sys::Mutex JITDebugLock;
149 MutexGuard locked(JITDebugLock);
171 MutexGuard locked(JITDebugLock);

Completed in 4194 milliseconds