27 #ifndef CPP_PTHREADS_MUTEXATTR_H_
28 #define CPP_PTHREADS_MUTEXATTR_H_
61 typedef pthread_mutexattr_t
type;
66 #endif // MUTEXATTR_H_
const Access< Mutex, Type > TYPE
provides access to the type field of a pthread_mutexattr_t
TypeWrap< int, 0 > PriorityCeiling
A unique type which acts just like an int but is distinct in the eyes of the compiler.
template used to resolve the pthreads_xxx_t object corresponding to the Attr<Base> object ...
const Access< Mutex, PShared > M_PSHARED
provides access to the pshared field of a pthread_mutexattr_t
const Access< Mutex, PriorityCeiling > PRIORITY_CEILING
provides access to the prioceil field of a pthread_mutexattr_t
Provides a unique type that acts like a native type.
const Access< Mutex, Protocol > PROTOCOL
provides access to the protocol field of a pthread_mutexattr_t
access delegate, an object which can access an attribute value of an attribute object ...