|
MythTV master
|
#include <climits>#include <QRunnable>#include <QThread>#include "mythbaseexp.h"#include "mythchrono.h"Go to the source code of this file.
Classes | |
| class | MThread |
| This is a wrapper around QThread that does several additional things. More... | |
Functions | |
| bool MBASE_PUBLIC | is_current_thread (MThread *thread) |
| Use this to determine if you are in the named thread. More... | |
| bool MBASE_PUBLIC | is_current_thread (QThread *thread) |
| Use this to determine if you are in the named thread. More... | |
| bool MBASE_PUBLIC | is_current_thread (MThread &thread) |
| Use this to determine if you are in the named thread. More... | |
| bool MBASE_PUBLIC is_current_thread | ( | MThread & | thread | ) |
Use this to determine if you are in the named thread.
Definition at line 54 of file mthread.cpp.
| bool MBASE_PUBLIC is_current_thread | ( | MThread * | thread | ) |
Use this to determine if you are in the named thread.
Definition at line 40 of file mthread.cpp.
Referenced by MythPlayer::DecoderPauseCheck(), MythPlayer::GetEof(), MythCoreContext::IsUIThread(), MythPlayer::PauseDecoder(), MythBDBuffer::ProgressUpdate(), MythPlayer::SetEof(), MythVideoScanTracker::SetScanType(), PulseHandler::SuspendInternal(), and MythPlayer::UnpauseDecoder().
| bool MBASE_PUBLIC is_current_thread | ( | QThread * | thread | ) |
Use this to determine if you are in the named thread.
Definition at line 47 of file mthread.cpp.