RR Thread Pool
 All Classes Functions Typedefs Groups Pages
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
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
|\CITaskAbstract class to be implemented to describe a task that need to be executed
| \CTaskFunction< Function >A task that executes a function
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
oCIThreadThe class thread represents a single thread of execution
oCIThreadPoolGeneral purpose thread pool for inter-thread communication
oCLocker< Lockable >Convenient template class adapter to safely acquire and release lockable objects
oCMessageQueueT< M >General purpose message queue for inter-thread communication
\CMutexConvenient adapter for class IMutex