#include <QtGlobal>
#include <QObject>
#include <QSocketNotifier>
#include <QCoreApplication>
#include <QList>
#include <csignal>
#include <cstdint>
#include <cstdlib>
#include <iostream>
#include <string>
#include <sys/types.h>
#include <unistd.h>
#include "compat.h"
#include "mythlogging.h"
#include "loggingserver.h"
#include "exitcodes.h"
#include "signalhandling.h"
Go to the source code of this file.
◆ sig_str_init() [1/2]
static void sig_str_init |
( |
size_t |
sig, |
|
|
const char * |
name |
|
) |
| |
|
static |
◆ sig_str_init() [2/2]
static void sig_str_init |
( |
void |
| ) |
|
|
static |
◆ kDefaultSignalList
const std::array<const int, 6 > kDefaultSignalList |
|
static |
◆ SIG_STR_COUNT
constexpr size_t SIG_STR_COUNT { 256 } |
|
staticconstexpr |
◆ sig_str