6#include "storm-config.h"
19 std::quick_exit(errorCode);
21 std::_Exit(errorCode);
65 this->terminate = terminate;
82 lastSignal = errorCode;
void quickest_exit(int errorCode)
Exit without cleanup.
void setTimeoutAlarm(uint_fast64_t timeout)
Set timeout by raising an alarm after timeout seconds.
bool isTerminate()
Check whether the program should terminate (due to some abort signal).
void installSignalHandler(int maximalWaitTime)
Register some signal handlers to detect and correctly handle abortion (due to timeout for example).