cheshirekow  v0.1.0
condition_attr.h File Reference
#include <pthread.h>
#include <cstdarg>
#include <ctime>
#include <cpp_pthreads/attr.h>
#include <cpp_pthreads/condition.h>
#include <cpp_pthreads/enums.h>

Go to the source code of this file.

Classes

struct  pthreads::AttrType< Condition >
 A simple way of telling Attr<Condition> that it's storage type is pthread_condattr_t. More...
 

Namespaces

 pthreads
 Wraps posix-threads (pthreads.h) with object oriented API.
 

Typedefs

typedef TypeWrap< clockid_t, 0 > pthreads::Clock
 A unique type which acts just like clockid_t but is distinct in the eyes of the compiler. More...
 

Variables

const Access< Condition, PShared > pthreads::C_PSHARED
 provides access to the pshared field of a pthread_condrattr_t More...
 
const Access< Condition, Clock > pthreads::CLOCK
 provides access to the clock field of a pthread_condrattr_t More...