Go to the source code of this file.
Classes | |
| struct | FDType_t |
Typedefs | |
| typedef QMap< HANDLE, 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 51 of file system-windows.cpp.
| void ShutdownMythSystem | ( | void | ) |
Definition at line 66 of file system-windows.cpp.
Referenced by MythCoreContextPrivate::~MythCoreContextPrivate().
bool run_system = true [static] |
Definition at line 56 of file system-windows.cpp.
Referenced by ShutdownMythSystem().
MythSystemManager* manager = NULL [static] |
Definition at line 57 of file system-windows.cpp.
MythSystemSignalManager* smanager = NULL [static] |
Definition at line 58 of file system-windows.cpp.
MythSystemIOHandler* readThread = NULL [static] |
Definition at line 59 of file system-windows.cpp.
MythSystemIOHandler* writeThread = NULL [static] |
Definition at line 60 of file system-windows.cpp.
Definition at line 61 of file system-windows.cpp.
QMutex listLock [static] |
Definition at line 62 of file system-windows.cpp.
Definition at line 63 of file system-windows.cpp.
Referenced by MythSystemManager::append(), and MythSystemIOHandler::HandleRead().
QMutex fdLock [static] |
Definition at line 64 of file system-windows.cpp.
Referenced by MythSystemManager::append(), and MythSystemIOHandler::HandleRead().
1.6.3