#include <Thread.h>
Inheritance diagram for Thread:
Public Member Functions | |
Thread () | |
virtual | ~Thread () |
void | start () |
void | cancel () |
void | join () |
void | terminate () |
Static Public Member Functions | |
static void | sleep (unsigned milliseconds) |
Protected Member Functions | |
virtual void | run ()=0 |
bool | isCancelled () |
Classes | |
class | Guard |
class | Lock |
class | ThreadHandle |
|
Constructor |
|
Destructor |
|
End thread execution |
|
|
|
Join thread |
|
Thread main worker function Implemented in BluetoothLinuxFeatureProvider, GSMFeatureProvider, SystemCommandStringListFeatureProvider, VideoFeatureProvider, WlanLinuxFeatureProvider, and Scanner. |
|
sleep function
|
|
Start thread execution |
|
Terminate thread execution |