vdr
1.7.27
|
#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 | cPipe |
Defines | |
#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 158 of file include/vdr/thread.h.
Referenced by cSectionHandler::Action(), cDvbSubtitleConverter::Action(), cTrueColorDemo::Action(), cDvbPlayer::Action(), cRecordings::AddByName(), cDvbSubtitleConverter::AssertOsd(), cDvbPlayer::Backward(), cRecordings::DelByName(), cDvbPlayer::Empty(), cDvbSubtitleConverter::ExtractSegment(), cDvbPlayer::Forward(), cDvbPlayer::Goto(), cRecordings::MBperMinute(), cDvbPlayer::Pause(), cDvbPlayer::Play(), cTrueColorDemo::ProcessKey(), cRecordings::ResetResume(), cNonBlockingFileReader::Result(), cDvbPlayer::SkipSeconds(), cRecordings::TotalFileSizeMB(), and cRecordings::UpdateByName().
typedef pid_t tThreadId |
Definition at line 75 of file include/vdr/thread.h.
int SystemExec | ( | const char * | Command, |
bool | Detached = false |
||
) |
Definition at line 513 of file thread.c.
Referenced by cShutdownHandler::CallShutdownCommand(), and cRecordingUserCommand::InvokeCommand().