Libthreadar  1.0.1
 All Classes Namespaces Files Functions Macros
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Clibthreadar::barrierClass barrier allows several threads to synchronize between them
 Clibthreadar::exception_basePure virtual class parent of all webdar exceptions
 Clibthreadar::exception_bugException used to report webdar internal bugs
 Clibthreadar::exception_featureException used to report an non-implemented feature
 Clibthreadar::exception_memoryException used to report memory allocation failures
 Clibthreadar::exception_rangeException used to report out or range value or argument
 Clibthreadar::exception_systemException used to report operating system errors
 Clibthreadar::exception_threadException used to report error met when manipulating threads
 Clibthreadar::mutexWrapper around the Posix pthread_mutex_t C objects
 Clibthreadar::semaphoreClass semaphore is an enhanced version of Posix semaphore
 Clibthreadar::tampon< T >Class tampon provides asynchronous communication between two threads
 Clibthreadar::threadClass thread is a pure virtual class, that implements thread creation and operations