Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A 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()