LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#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.
Namespaces | |
art | |
Typedefs | |
using | my_sigaction_func_t = void(*)(int, siginfo_t *, void *) |
Functions | |
static void | handle_sigusr2 (int which, siginfo_t *, void *) |
void | art::setupSignals (bool want_sigint_enabled) |
using my_sigaction_func_t = void (*)(int, siginfo_t*, void*) |
Definition at line 17 of file UnixSignalHandlers.cc.
|
static |
Definition at line 24 of file UnixSignalHandlers.cc.
References FDEBUG, and art::shutdown_flag.
Referenced by art::setupSignals().