Inheritance diagram for ThreadWithData:
Public Member Functions | |
ThreadWithData (const string &name, int parameter) | |
virtual void | thread_main () |
Private Attributes | |
int | _parameter |
|
Definition at line 40 of file test_threaddata.cxx. References _parameter, cout_mutex, and Thread::get_name(). |
|
Implements Thread. Definition at line 50 of file test_threaddata.cxx. References _parameter, cout_mutex, Thread::get_current_thread(), Thread::get_name(), and Thread::sleep(). |
|
Definition at line 35 of file test_threaddata.cxx. Referenced by thread_main(), and ThreadWithData(). |