Searched refs:ErrorHandlerMutex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DErrorHandling.cpp45 static ManagedStatic<sys::Mutex> ErrorHandlerMutex; variable
49 llvm::MutexGuard Lock(*ErrorHandlerMutex);
56 llvm::MutexGuard Lock(*ErrorHandlerMutex);
79 llvm::MutexGuard Lock(*ErrorHandlerMutex);

Completed in 155 milliseconds