|
vdr 2.8.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 1004 of file thread.c.
References f, LOG_ERROR, pid, and cCondWait::SleepMs().
Referenced by cBackTrace::Demangle(), cMenuCommands::Execute(), and ~cPipe().
| bool cPipe::Open | ( | const char * | Command, |
| const char * | Mode ) |
Definition at line 950 of file thread.c.
References f, LOG_ERROR_STR, and pid.
Referenced by cBackTrace::Demangle(), and cMenuCommands::Execute().
|
private |
|
private |