#include <thread.test.h>
Public Member Functions | |
Thread1 (int &res, int val) | |
Protected Member Functions | |
void * | main () |
Main thread function, executed in the new thread after creation. | |
Protected Attributes | |
int & | res |
int | val |
TestThread::Thread1::Thread1 | ( | int & | res, | |
int | val | |||
) | [inline] |
void* TestThread::Thread1::main | ( | ) | [inline, protected, virtual] |
int& TestThread::Thread1::res [protected] |
Referenced by main().
int TestThread::Thread1::val [protected] |
Referenced by main().