is the base class for all threads. Start it by creating it and give it the function or CallBack to execute.
More...
List of all members.
Detailed Description
is the base class for all threads. Start it by creating it and give it the function or CallBack to execute.
The process that has created the thread must call destroy() or detach().
Constructor & Destructor Documentation
| Threads::Thread::Thread |
( |
void(*)(void *) |
|
) |
|
| Threads::Thread::Thread |
( |
const CallBack & |
|
) |
|
| virtual Threads::Thread::~Thread |
( |
|
) |
[virtual] |
Member Function Documentation
| static void* Threads::Thread::currentThread |
( |
|
) |
[static] |
| void Threads::Thread::stop |
( |
|
) |
|
Stop the thread with this function. Will wait for the thread to return.
Member Data Documentation