Compounds | |
| class | MoaningThread |
| A thread subclass supporting an arbitrary number of joiners. More... | |
| class | Thread |
| Implements the abstraction of a thread. More... | |
Functions | |
| virtual void | executionEnd () |
| Minimal thraed termination routines. | |
Variables | |
| Counter | runningThreads |
| Counter of currently active (or near-to-be active) threads. | |
| Counter | startedThreads |
| Incremental counter of started threads. | |
|
|
Minimal thraed termination routines. This routine is executed at thread termination to ensure that all non class-dependant operations are done before cleanup() routine and the destructor calls. This function marks the point after which the Wefts level thread object is not considered "running" anymore. |
|
|
Counter of currently active (or near-to-be active) threads. Initialized to 1: if we initialized it, the main thread is running... |
|
|
Incremental counter of started threads. It is used just in internal thread ID count for debugging or reporting purposes |
1.2.18