Barrier |
Gate controlling the transit of threads for certain operations. |
Event |
Signaler of relevant processing conditions. |
Grant |
Grant for exclusive access to shared resources. |
JoinError |
Error generated when trying to wait for a unwaitable thread. |
SyncCounter |
Implements a synchronization counter (semaphore). |
SyncQueue |
Signaler of relevant processing conditions. |
Thread |
Parallel agent main class. |
ThreadError |
Error generated by thread related problems. |
Threading |
Access to static method that can be used to access threading functionalities. |
Waitable |
Base abstract class for synchronization Structures. |