Files | |
file | barrier.hpp [code] |
defines the barrier C++ class, to synchronize several threads | |
file | exceptions.hpp [code] |
defines a set of exceptions that are used by libthreadar to report error situations | |
file | libthreadar.hpp [code] |
main header file of the library, only that file should be # included in your programs | |
file | mutex.hpp [code] |
defines the mutex C++ class | |
file | semaphore.hpp [code] |
defines the semaphore class | |
file | tampon.hpp [code] |
defines the tampon class that provides asynchronous pipe-like (unidirectional) communication between two threads | |
file | thread.hpp [code] |
holds the definition of the thread class | |