5 #ifndef BITCOIN_NODE_ABORT_H 6 #define BITCOIN_NODE_ABORT_H 14 class SignalInterrupt;
21 #endif // BITCOIN_NODE_ABORT_H
void AbortNode(util::SignalInterrupt *shutdown, std::atomic< int > &exit_status, const std::string &debug_message, const bilingual_str &user_message)
Helper class that manages an interrupt flag, and allows a thread or signal to interrupt another threa...