#include "blocxx/BLOCXX_config.h"#include "blocxx/Condition.hpp"#include "blocxx/NonRecursiveMutexLock.hpp"#include "blocxx/ExceptionIds.hpp"#include "blocxx/Timeout.hpp"#include "blocxx/TimeoutTimer.hpp"#include "blocxx/ThreadImpl.hpp"#include <cassert>#include <cerrno>#include <limits>#include <sys/time.h>Go to the source code of this file.
Namespaces | |
| namespace | BLOCXX_NAMESPACE |
Functions | |
| bool | BLOCXX_NAMESPACE::timespec_less (struct timespec const &x, struct timespec const &y) |
| int | BLOCXX_NAMESPACE::check_timedwait (int rc, pthread_cond_t *cond, pthread_mutex_t *mtx, struct timespec const *abstime) |
1.5.6