Class Index | Cross Index | Namespace Index |
Contained in: General
Derived from:
General::Thread
Derived by:
none
#include "general/TaskThread.hh"
public function member index: |
|||
TaskThread | (); | ||
virtual | ~TaskThread | (); | |
void | AddTask | (Task& TaskToDo); | |
void | AddTask | (Task* TaskToDo); | |
void | CriticalSection | (bool); | |
bool | Halt | () const; | |
lock_type& | Mutex | (); | |
void | TimedOut | (); | |
bool | TimedWait | (int Seconds); | |
void | Wait | (); | |
private function member index: |
|||
TaskThread | (const TaskThread& Source); | ||
TaskThread& | operator = | (const TaskThread& Source); | |
virtual void | run | (); | |