vdr 2.6.9
|
#include <pthread.h>
#include <stdio.h>
#include <sys/types.h>
Go to the source code of this file.
Classes | |
class | cCondWait |
class | cCondVar |
class | cRwLock |
class | cMutex |
class | cThread |
class | cMutexLock |
class | cThreadLock |
class | cStateLock |
class | cStateKey |
class | cIoThrottle |
class | cPipe |
class | cBackTrace |
Macros | |
#define | LOCK_THREAD cThreadLock ThreadLock(this) |
Typedefs | |
typedef pid_t | tThreadId |
Functions | |
int | SystemExec (const char *Command, bool Detached=false) |
#define LOCK_THREAD cThreadLock ThreadLock(this) |
Definition at line 167 of file thread.h.
Referenced by cDvbPlayer::Action(), cDvbSubtitleConverter::Action(), cSectionHandler::Action(), cTrueColorDemo::Action(), cDvbSubtitleConverter::AssertOsd(), cDvbPlayer::Backward(), cDvbPlayer::Empty(), cDvbSubtitleConverter::ExtractPgsSegment(), cDvbSubtitleConverter::ExtractSegment(), cDvbPlayer::Forward(), cDvbPlayer::Goto(), cDvbPlayer::Pause(), cDvbPlayer::Play(), cTrueColorDemo::ProcessKey(), cNonBlockingFileReader::Result(), cDevice::SetCamSlot(), and cDvbPlayer::SkipSeconds().
int SystemExec | ( | const char * | Command, |
bool | Detached = false ) |
Definition at line 1040 of file thread.c.
References LOG_ERROR_STR.
Referenced by cShutdownHandler::CallShutdownCommand(), and cRecordingUserCommand::InvokeCommand().