Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/lib/Support/
DErrorHandling.cpp46 static ManagedStatic<sys::Mutex> ErrorHandlerMutex; variable
50 llvm::MutexGuard Lock(*ErrorHandlerMutex); in install_fatal_error_handler()
57 llvm::MutexGuard Lock(*ErrorHandlerMutex); in remove_fatal_error_handler()
80 llvm::MutexGuard Lock(*ErrorHandlerMutex); in report_fatal_error()
/external/llvm/lib/Support/
DErrorHandling.cpp46 static ManagedStatic<sys::Mutex> ErrorHandlerMutex; variable
50 llvm::MutexGuard Lock(*ErrorHandlerMutex); in install_fatal_error_handler()
57 llvm::MutexGuard Lock(*ErrorHandlerMutex); in remove_fatal_error_handler()
80 llvm::MutexGuard Lock(*ErrorHandlerMutex); in report_fatal_error()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DErrorHandling.cpp60 static std::mutex ErrorHandlerMutex; variable
67 std::lock_guard<std::mutex> Lock(ErrorHandlerMutex); in install_fatal_error_handler()
76 std::lock_guard<std::mutex> Lock(ErrorHandlerMutex); in remove_fatal_error_handler()
97 std::lock_guard<std::mutex> Lock(ErrorHandlerMutex); in report_fatal_error()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DErrorHandling.cpp60 static std::mutex ErrorHandlerMutex; variable
67 std::lock_guard<std::mutex> Lock(ErrorHandlerMutex); in install_fatal_error_handler()
76 std::lock_guard<std::mutex> Lock(ErrorHandlerMutex); in remove_fatal_error_handler()
101 std::lock_guard<std::mutex> Lock(ErrorHandlerMutex); in report_fatal_error()