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