#include "art/Utilities/UnixSignalHandlers.h"
#include "canvas/Utilities/DebugMacros.h"
#include <atomic>
#include <csignal>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <exception>
#include <iostream>
Go to the source code of this file.
static void handle_sigusr2 |
( |
int |
which, |
|
|
siginfo_t * |
, |
|
|
void * |
|
|
) |
| |
|
static |
Definition at line 24 of file UnixSignalHandlers.cc.
26 FDEBUG(1) <<
"in sigusr2 handler\n";
28 cerr <<
"User signal SIGINT terminating the process\n";
std::atomic< int > shutdown_flag