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. | |
| bool MBASE_PUBLIC | is_current_thread (QThread *thread) |
| Use this to determine if you are in the named thread. | |
| bool MBASE_PUBLIC | is_current_thread (MThread &thread) |
| Use this to determine if you are in the named thread. | |
Use this to determine if you are in the named thread.
Definition at line 40 of file mthread.cpp.
Referenced by MythPlayer::AddPIPPlayer(), MythPlayer::DecoderPauseCheck(), MythPlayer::GetEof(), MythPlayer::GetNextPIPLocation(), MythCoreContext::IsUIThread(), MythPlayer::PauseDecoder(), BDRingBuffer::ProgressUpdate(), MythPlayer::ReinitOSD(), MythPlayer::RemovePIPPlayer(), MythPlayer::SetEof(), MythPlayer::SetScanType(), MythSignalingTimer::stop(), 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.
Use this to determine if you are in the named thread.
Definition at line 54 of file mthread.cpp.
1.6.3