RR Thread Pool
 All Classes Functions Typedefs Groups Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
oCCondConvenient adapter for class ICond
oCICondA condition variable to allow synchronization between threads
oCIMessageAbstract class to be implemented to describe a Message that need to be executed
oCIMessageQueueGeneral purpose message queue for inter-thread communication
oCIMutexThe mutex class is a synchronization primitive that can be used to protect shared data from being simultaneously accessed by multiple threads
oCITaskAbstract class to be implemented to describe a task that need to be executed
oCIThreadThe class thread represents a single thread of execution
oCIThreadPoolGeneral purpose thread pool for inter-thread communication
oCLockerConvenient template class adapter to safely acquire and release lockable objects
oCMessageQueueTGeneral purpose message queue for inter-thread communication
oCMutexConvenient adapter for class IMutex
\CTaskFunctionA task that executes a function