#include "global.h"
#include "signal.hpp"
#include "cadical.hpp"
#include "resources.hpp"
#include <cassert>
#include <csignal>
#include <unistd.h>
Go to the source code of this file.
◆ SIGNAL [1/4]
◆ SIGNAL [2/4]
Value: (void) signal (SIG, SIG##_handler); \
SIG##_handler = 0;
Definition at line 47 of file cadical_signal.cpp.
◆ SIGNAL [3/4]
◆ SIGNAL [4/4]
◆ SIGNALS
Value:
SIGNAL (SIGINT) \
SIGNAL (SIGSEGV) \
SIGNAL (SIGTERM)
Definition at line 41 of file cadical_signal.cpp.
41#define SIGNALS \
42 SIGNAL (SIGABRT) \
43 SIGNAL (SIGINT) \
44 SIGNAL (SIGSEGV) \
45 SIGNAL (SIGTERM)