|
vdr 2.6.1
|
#include <thread.h>
Public Member Functions | |
| cPipe (void) | |
| ~cPipe () | |
| operator FILE * () | |
| bool | Open (const char *Command, const char *Mode) |
| int | Close (void) |
| cPipe (void) | |
| ~cPipe () | |
| operator FILE * () | |
| bool | Open (const char *Command, const char *Mode) |
| int | Close (void) |
Private Attributes | |
| pid_t | pid |
| FILE * | f |
Definition at line 292 of file include/vdr/thread.h.
| cPipe::cPipe | ( | void | ) |
| cPipe::~cPipe | ( | ) |
| 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().
| int cPipe::Close | ( | void | ) |
| 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().
| bool cPipe::Open | ( | const char * | Command, |
| const char * | Mode | ||
| ) |
|
inline |
Definition at line 299 of file include/vdr/thread.h.
References f.
|
private |
Definition at line 295 of file include/vdr/thread.h.
Referenced by Close(), cPipe(), Open(), and operator FILE *().
|
private |
Definition at line 294 of file include/vdr/thread.h.