#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.
|
| | pthreads |
| | Wraps posix-threads (pthreads.h) with object oriented API.
|
| |
|
| 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...
|
| |
|
| 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...
|
| |