Libthreadar
1.0.1
|
Clibthreadar::barrier | Class barrier allows several threads to synchronize between them |
▼Clibthreadar::exception_base | Pure virtual class parent of all webdar exceptions |
Clibthreadar::exception_bug | Exception used to report webdar internal bugs |
Clibthreadar::exception_feature | Exception used to report an non-implemented feature |
Clibthreadar::exception_memory | Exception used to report memory allocation failures |
Clibthreadar::exception_range | Exception used to report out or range value or argument |
Clibthreadar::exception_system | Exception used to report operating system errors |
Clibthreadar::exception_thread | Exception used to report error met when manipulating threads |
Clibthreadar::mutex | Wrapper around the Posix pthread_mutex_t C objects |
Clibthreadar::semaphore | Class semaphore is an enhanced version of Posix semaphore |
Clibthreadar::tampon< T > | Class tampon provides asynchronous communication between two threads |
Clibthreadar::thread | Class thread is a pure virtual class, that implements thread creation and operations |