#include <thread.test.h>
|
void * | main () |
| Main thread function, executed in the new thread after creation. More...
|
|
virtual const char * | threadTag () |
| Short tag describing this thread, used in error messages and identification. More...
|
|
void | testcancel () |
| Callback function used to start the thread. More...
|
|
TestThread::Thread1::Thread1 |
( |
int & |
res, |
|
|
int |
val |
|
) |
| |
|
inline |
void* TestThread::Thread1::main |
( |
) | |
|
|
inlineprotectedvirtual |
Main thread function, executed in the new thread after creation.
When main() exits, the new thread ends and main() result will be the thread exit result
Implements wibble::sys::Thread.
int& TestThread::Thread1::res |
|
protected |
int TestThread::Thread1::val |
|
protected |
The documentation for this class was generated from the following file: