vdr
2.4.1
|
#include <thread.h>
Public Member Functions | |
cPipe (void) | |
~cPipe () | |
operator FILE * () | |
bool | Open (const char *Command, const char *Mode) |
int | Close (void) |
Private Attributes | |
pid_t | pid |
FILE * | f |
int cPipe::Close | ( | void | ) |
Definition at line 995 of file thread.c.
References f, LOG_ERROR, pid, and cCondWait::SleepMs().
Referenced by cExternalAudio::Clear(), cBackTrace::Demangle(), cMenuCommands::Execute(), and ~cPipe().
bool cPipe::Open | ( | const char * | Command, |
const char * | Mode | ||
) |
Definition at line 939 of file thread.c.
References f, LOG_ERROR, LOG_ERROR_STR, and pid.
Referenced by cBackTrace::Demangle(), cMenuCommands::Execute(), cExternalAudio::Play(), and cExternalAudio::PlayTs().
|
private |
|
private |