Go to the source code of this file.
Classes | |
| struct | FDType_t |
Typedefs | |
| typedef QMap< int, FDType_t * > | FDMap_t |
Functions | |
| void | ShutdownMythSystem (void) |
Variables | |
| static bool | run_system = true |
| static MythSystemManager * | manager = NULL |
| static MythSystemSignalManager * | smanager = NULL |
| static MythSystemIOHandler * | readThread = NULL |
| static MythSystemIOHandler * | writeThread = NULL |
| static MSList_t | msList |
| static QMutex | listLock |
| static FDMap_t | fdMap |
| static QMutex | fdLock |
Definition at line 50 of file system-unix.cpp.
| void ShutdownMythSystem | ( | void | ) |
Definition at line 65 of file system-unix.cpp.
bool run_system = true [static] |
Definition at line 55 of file system-unix.cpp.
Referenced by MythSystemSignalManager::run(), MythSystemManager::run(), MythSystemIOHandler::run(), and ShutdownMythSystem().
MythSystemManager* manager = NULL [static] |
Definition at line 56 of file system-unix.cpp.
Referenced by DataDirectProcessor::DDPost(), DataDirectProcessor::GrabNextSuggestedTime(), mythplugin_run(), and DataDirectProcessor::Post().
MythSystemSignalManager* smanager = NULL [static] |
Definition at line 57 of file system-unix.cpp.
MythSystemIOHandler* readThread = NULL [static] |
Definition at line 58 of file system-unix.cpp.
MythSystemIOHandler* writeThread = NULL [static] |
Definition at line 59 of file system-unix.cpp.
Definition at line 60 of file system-unix.cpp.
Referenced by MythSystemSignalManager::run(), and MythSystemManager::run().
QMutex listLock [static] |
Definition at line 61 of file system-unix.cpp.
Referenced by MythSystemSignalManager::run(), and MythSystemManager::run().
Definition at line 62 of file system-unix.cpp.
Referenced by MythSystemManager::append(), and MythSystemIOHandler::HandleRead().
QMutex fdLock [static] |
Definition at line 63 of file system-unix.cpp.
Referenced by MythSystemManager::append(), and MythSystemIOHandler::HandleRead().
1.6.3