|
MythTV
0.26-pre
|
Public Member Functions | |
| MThreadInternal (MThread &parent) | |
| virtual void | run (void) |
| void | QThreadRun (void) |
| int | exec (void) |
Static Public Member Functions | |
| static void | SetTerminationEnabled (bool enabled=true) |
| static void | Sleep (unsigned long time) |
| static void | MSleep (unsigned long time) |
| static void | USleep (unsigned long time) |
Private Attributes | |
| MThread & | m_parent |
Definition at line 74 of file mthread.cpp.
| MThreadInternal::MThreadInternal | ( | MThread & | parent | ) | [inline] |
Definition at line 77 of file mthread.cpp.
| virtual void MThreadInternal::run | ( | void | ) | [inline, virtual] |
Definition at line 78 of file mthread.cpp.
| void MThreadInternal::QThreadRun | ( | void | ) | [inline] |
Definition at line 80 of file mthread.cpp.
Referenced by MThread::run().
| int MThreadInternal::exec | ( | void | ) | [inline] |
Definition at line 81 of file mthread.cpp.
Referenced by MThread::exec().
| static void MThreadInternal::SetTerminationEnabled | ( | bool | enabled = true | ) | [inline, static] |
Definition at line 87 of file mthread.cpp.
Referenced by MThread::setTerminationEnabled().
| static void MThreadInternal::Sleep | ( | unsigned long | time | ) | [inline, static] |
Definition at line 90 of file mthread.cpp.
Referenced by MThread::sleep().
| static void MThreadInternal::MSleep | ( | unsigned long | time | ) | [inline, static] |
Definition at line 91 of file mthread.cpp.
Referenced by MThread::msleep().
| static void MThreadInternal::USleep | ( | unsigned long | time | ) | [inline, static] |
Definition at line 92 of file mthread.cpp.
Referenced by MThread::usleep().
MThread& MThreadInternal::m_parent [private] |
Definition at line 95 of file mthread.cpp.
1.7.6.1