cheshirekow
v0.1.0
|
#include <pthread.h>
#include <cstdarg>
#include <ctime>
#include <cpp_pthreads/enums.h>
#include <cpp_pthreads/attr.h>
#include <cpp_pthreads/barrier.h>
Go to the source code of this file.
Classes | |
struct | pthreads::AttrType< Barrier > |
A simple way of telling Attr<Barrier> that it's storage type is pthread_barrierattr_t. More... | |
Namespaces | |
pthreads | |
Wraps posix-threads (pthreads.h) with object oriented API. | |
Variables | |
const Access< Barrier, PShared > | pthreads::B_PSHARED |
provides access to the pshared field of a pthread_barrierattr_t More... | |