![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <thread.h>
Public Member Functions | |
eThread () | |
virtual | ~eThread () |
virtual void | thread_finished () |
int | run (int prio=0, int policy=0) |
virtual void | thread ()=0 |
int | sendSignal (int sig) |
void | kill () |
void | abort_badly () |
Protected Member Functions | |
void | hasStarted () |
eThread::eThread | ( | ) |
|
virtual |
|
inline |
|
protected |
void eThread::kill | ( | ) |
int eThread::run | ( | int | prio = 0 , |
int | policy = 0 |
||
) |
int eThread::sendSignal | ( | int | sig | ) |
|
pure virtual |
Implemented in eStreamThreadWeb, eStreamThread, eFilePushThreadRecorder, and eFilePushThread.
|
inlinevirtual |
Reimplemented in eStreamThreadWeb, and eStreamThread.