#include <pthread.h>
#include <stdio.h>
#include <sys/types.h>
Go to the source code of this file.
Functions |
int | SystemExec (const char *Command, bool Detached=false) |
Macro Definition Documentation
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 Documentation
Function Documentation
int SystemExec |
( |
const char * |
Command, |
|
|
bool |
Detached = false |
|
) |
| |