Class Index | Cross Index | Namespace Index |
Contained in: General
Derived from:
none
Derived by:
General::TaskThread
#include "general/Thread.hh"
public function member index: |
|||
Thread | (); | ||
virtual | ~Thread | (); | |
void | Cancel | () const; | |
void | Detach | () const; | |
bool | IsAlive | () const; | |
void | Join | () const; | |
void | Kill | (int Signal) const; | |
void | Start | (); | |
bool | operator == | (const Thread& Source); | |
bool | operator == | (const thread_type Source); | |
protected function member index: |
|||
virtual void | run | (); | |
private function member index: |
|||
static Thread* | start_routine | (Thread* ThreadSource); | |