Here is a list of all documented files with brief descriptions:
barrier.hpp | Defines the barrier C++ class, to synchronize several threads |
exceptions.hpp | Defines a set of exceptions that are used by libthreadar to report error situations |
libthreadar.hpp | Main header file of the library, only that file should be # included in your programs |
mutex.hpp | Defines the mutex C++ class |
semaphore.hpp | Defines the semaphore class |
tampon.hpp | Defines the tampon class that provides asynchronous pipe-like (unidirectional) communication between two threads |
thread.hpp | Holds the definition of the thread class |