|
vdr
2.2.0
|
#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 | cIoThrottle |
| class | cPipe |
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 165 of file thread.h.
Referenced by cSectionHandler::Action(), cDvbSubtitleConverter::Action(), cTrueColorDemo::Action(), cDvbPlayer::Action(), cRecordings::AddByName(), cDvbSubtitleConverter::AssertOsd(), cDvbPlayer::Backward(), cRecordings::ClearSortNames(), cRecordings::DelByName(), cDvbPlayer::Empty(), cDvbSubtitleConverter::ExtractPgsSegment(), cDvbSubtitleConverter::ExtractSegment(), cDvbPlayer::Forward(), cRecordings::GetByName(), cRecordings::GetNumRecordingsInPath(), cDvbPlayer::Goto(), cRecordings::MBperMinute(), cRecordings::MoveRecordings(), cRecordings::PathIsInUse(), cDvbPlayer::Pause(), cDvbPlayer::Play(), cTrueColorDemo::ProcessKey(), cRecordings::ResetResume(), cNonBlockingFileReader::Result(), cDevice::SetCamSlot(), cDvbPlayer::SkipSeconds(), cRecordings::TotalFileSizeMB(), and cRecordings::UpdateByName().
| int SystemExec | ( | const char * | Command, |
| bool | Detached = false |
||
| ) |
Definition at line 559 of file thread.c.
References LOG_ERROR, and LOG_ERROR_STR.
Referenced by cShutdownHandler::CallShutdownCommand(), cRecordingUserCommand::InvokeCommand(), and cPipe::operator FILE *().
1.8.11