Libthreadar 1.6.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NlibthreadarThis is the only namespace used in libthreadar and all symbols provided by libthreadar are member of this namespace
 CbarrierClass barrier allows several threads to synchronize between them
 CconditionWrapper around the Posix pthread_cond_t object and its associated mutex
 Cexception_basePure virtual class parent of all libthreadar exceptions
 Cexception_bugException used to report webdar internal bugs
 Cexception_featureException used to report an non-implemented feature
 Cexception_memoryException used to report memory allocation failures
 Cexception_rangeException used to report out or range value or argument
 Cexception_systemException used to report operating system errors
 Cexception_threadException used to report error met when manipulating threads
 Cfast_tamponClass fast_tampon provides asynchronous communication between two threads
 CfreezerClass freezer is a semaphore like construct that has no maximum value
 CmutexWrapper around the Posix pthread_mutex_t C objects
 Cratelier_gatherClass ratelier_gather's purpose it gather works from several worker threads
 Cratelier_scatterThe class ratelier_scatter's purpose it to scatter an ordered set of data to many worker threads
 CsemaphoreClass semaphore is an enhanced version of Posix semaphore
 CtamponDEPRECATED see fast_tampon instead!
 CthreadClass thread is a pure virtual class, that implements thread creation and operations
 Ccancel_exceptException used to trigger thread cancellation
 Cthread_signalClass thread_signal provides the same interface as class thread but in addition relies on a signal to awake the tread if it was pending on a system call