
Public Member Functions | |
| Data () | |
| void | run () |
Public Attributes | |
| pthread_t | self |
| Mutex | guard |
| bool | isRunning |
| WaitCondition | finishCondition |
| Thread * | thr |
|
|
Definition at line 129 of file threadutil.cpp. |
|
|
Definition at line 140 of file threadutil.cpp. Referenced by start_thread(). |
|
|
Definition at line 136 of file threadutil.cpp. Referenced by terminate_thread(). |
|
|
Definition at line 133 of file threadutil.cpp. Referenced by terminate_thread(). |
|
|
Definition at line 134 of file threadutil.cpp. Referenced by start_thread(), and terminate_thread(). |
|
|
Definition at line 132 of file threadutil.cpp. |
|
|
Definition at line 138 of file threadutil.cpp. |
1.4.2