|
MythTV master
|
#include "compat.h"#include "mythsystemlegacy.h"#include "mythsystemwindows.h"#include <cerrno>#include <csignal>#include <cstdio>#include <cstdlib>#include <cstring>#include <fcntl.h>#include <unistd.h>#include <QCoreApplication>#include <QMutex>#include <QMap>#include <QString>#include <QStringList>#include "mythlogging.h"#include "mythevent.h"#include "exitcodes.h"#include <windows.h>#include <tchar.h>Go to the source code of this file.
Classes | |
| struct | FDType_t |
Macros | |
| #define | CLOSE(x) |
| #define | MAX_BUFLEN 1024 |
Typedefs | |
| using | FDMap_t = QMap< HANDLE, FDType_t * > |
Functions | |
| void | ShutdownMythSystemLegacy (void) |
Variables | |
| static bool | run_system = true |
| static MythSystemLegacyManager * | manager = nullptr |
| static MythSystemLegacySignalManager * | smanager = nullptr |
| static MythSystemLegacyIOHandler * | readThread = nullptr |
| static MythSystemLegacyIOHandler * | writeThread = nullptr |
| static MSList_t | msList |
| static QMutex | listLock |
| static FDMap_t | fdMap |
| static QMutex | fdLock |
| #define CLOSE | ( | x | ) |
Definition at line 34 of file mythsystemwindows.cpp.
| #define MAX_BUFLEN 1024 |
Definition at line 585 of file mythsystemwindows.cpp.
Definition at line 49 of file mythsystemwindows.cpp.
| void ShutdownMythSystemLegacy | ( | void | ) |
Definition at line 64 of file mythsystemwindows.cpp.
Referenced by MythCoreContextPrivate::~MythCoreContextPrivate().
|
static |
Definition at line 62 of file mythsystemwindows.cpp.
Referenced by MythSystemLegacyManager::append(), and MythSystemLegacyIOHandler::HandleRead().
|
static |
Definition at line 61 of file mythsystemwindows.cpp.
Referenced by MythSystemLegacyManager::append(), and MythSystemLegacyIOHandler::HandleRead().
|
static |
Definition at line 60 of file mythsystemwindows.cpp.
|
static |
Definition at line 55 of file mythsystemwindows.cpp.
Referenced by MythSystemLegacyWindows::JumpAbort(), MythSystemLegacyWindows::Manage(), MythSystemLegacyWindows::MythSystemLegacyWindows(), and ShutdownMythSystemLegacy().
|
static |
Definition at line 59 of file mythsystemwindows.cpp.
|
static |
Definition at line 57 of file mythsystemwindows.cpp.
Referenced by MythSystemLegacyManager::append(), MythSystemLegacyWindows::MythSystemLegacyWindows(), and ShutdownMythSystemLegacy().
Definition at line 54 of file mythsystemwindows.cpp.
Referenced by ShutdownMythSystemLegacy().
|
static |
Definition at line 56 of file mythsystemwindows.cpp.
Referenced by MythSystemLegacyWindows::MythSystemLegacyWindows(), and ShutdownMythSystemLegacy().
|
static |
Definition at line 58 of file mythsystemwindows.cpp.
Referenced by MythSystemLegacyManager::append(), MythSystemLegacyWindows::MythSystemLegacyWindows(), and ShutdownMythSystemLegacy().