27 #ifndef CPP_PTHREADS_CONDITIONATTR_H_
28 #define CPP_PTHREADS_CONDITIONATTR_H_
55 typedef pthread_condattr_t
type;
TypeWrap< clockid_t, 0 > Clock
A unique type which acts just like clockid_t but is distinct in the eyes of the compiler.
const Access< Condition, Clock > CLOCK
provides access to the clock field of a pthread_condrattr_t
template used to resolve the pthreads_xxx_t object corresponding to the Attr<Base> object ...
Provides a unique type that acts like a native type.
const Access< Condition, PShared > C_PSHARED
provides access to the pshared field of a pthread_condrattr_t
Allows multiple threads to wait until a condition is satisfied.
access delegate, an object which can access an attribute value of an attribute object ...