24 #ifndef LIBTHREADAR_HPP
25 #define LIBTHREADAR_HPP
70 extern void get_version(
unsigned int & major,
unsigned int & medium,
unsigned int & minor);
defines the mutex C++ class
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 ...
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 ...
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