|
|
Public Attributes | |
| ThreadListPtr | customThreadList |
| std::condition_variable | finishedCondition |
| std::mutex | finishedMutex |
| mutex for the finished status More... | |
| std::condition_variable | stopCondition |
| std::mutex | stopMutex |
| mutex for the stopped status More... | |
| std::mutex | stoppingMutex |
| mutex for the stop function More... | |
| bool | threadJoined = false |
Definition at line 14 of file RunningTask.cpp.
| ThreadListPtr customThreadList |
Definition at line 25 of file RunningTask.cpp.
| std::condition_variable finishedCondition |
Definition at line 23 of file RunningTask.cpp.
| std::mutex finishedMutex |
mutex for the finished status
Definition at line 22 of file RunningTask.cpp.
| std::condition_variable stopCondition |
Definition at line 20 of file RunningTask.cpp.
| std::mutex stopMutex |
mutex for the stopped status
Definition at line 19 of file RunningTask.cpp.
| std::mutex stoppingMutex |
mutex for the stop function
Definition at line 17 of file RunningTask.cpp.
| bool threadJoined = false |
Definition at line 26 of file RunningTask.cpp.