24#ifndef LIBTHREADAR_HPP
25#define LIBTHREADAR_HPP
99 extern void get_version(
unsigned int & major,
unsigned int & medium,
unsigned int & minor);
defines the barrier C++ class, to synchronize several threads
defines the condition class
defines the fast_tampon class that provides simplified but fast asynchronous pipe-like (unidirectiona...
defines the freezer class
unsigned int libthreadar_for_autoconf(unsigned int x)
in case you use autoconf AC_CHECK_LIB in your program to detect the availability of libthreadar
defines the mutex C++ class
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
defines structure that is suitable to gather data from many workers
defines structure that is suitable to dispatch between many workers taking job order in consideration
defines the semaphore class
defines the tampon class that provides asynchronous pipe-like (unidirectional) communication between ...
holds the definition of the thread class
holds the definition of a thread class type where cancellation is implemented by mean of signal