Searched refs:ErrorHandlerMutex (Results 1 – 2 of 2) sorted by relevance
60 static std::mutex ErrorHandlerMutex; variable67 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()
305 std::mutex ErrorHandlerMutex; in linkDebugInfoImpl() local310 if (!ErrorHandlerMutex.try_lock()) in linkDebugInfoImpl()322 ErrorHandlerMutex.unlock(); in linkDebugInfoImpl()327 if (!ErrorHandlerMutex.try_lock()) in linkDebugInfoImpl()331 ErrorHandlerMutex.unlock(); in linkDebugInfoImpl()