24 #ifndef LIBTHREADAR_HPP
25 #define LIBTHREADAR_HPP
75 extern void get_version(
unsigned int & major,
unsigned int & medium,
unsigned int & minor);
defines the mutex C++ class
defines the fast_tampon class that provides simplified but fast asynchronous pipe-like (unidirectiona...
defines the barrier C++ class, to synchronize several threads
defines the semaphore class
defines the tampon class that provides asynchronous pipe-like (unidirectional) communication between ...
defines the freezer class
holds the definition of the thread class
unsigned int for_autoconf(unsigned int x)
in case you use autoconf AC_CHECK_LIB in your program to detect the availability of libthreadar ...
defines structure that is suitable to dispatch between many workers taking job order in consideration...
defines the condition class
defines structure that is suitable to gather data from many workers
This is the only namespace used in libthreadar and all symbols provided by libthreadar are member of ...
void get_version(unsigned int &major, unsigned int &medium, unsigned int &minor)
provides the version of libthreadar