#include <boost/thread/detail/config.hpp>
#include <boost/thread/thread_time.hpp>
#include <pthread.h>
#include <unistd.h>
#include <time.h>
#include <boost/config/abi_prefix.hpp>
#include <boost/config/abi_suffix.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::detail | |
Functions | |
timespec | boost::detail::to_timespec (boost::intmax_t const &ns) |
boost::intmax_t | boost::detail::to_nanoseconds_int_max (timespec const &ts) |
bool | boost::detail::timespec_ge_zero (timespec const &ts) |
timespec | boost::detail::timespec_now () |
timespec | boost::detail::timespec_zero () |
timespec | boost::detail::timespec_plus (timespec const &lhs, timespec const &rhs) |
timespec | boost::detail::timespec_minus (timespec const &lhs, timespec const &rhs) |
bool | boost::detail::timespec_gt (timespec const &lhs, timespec const &rhs) |
bool | boost::detail::timespec_ge (timespec const &lhs, timespec const &rhs) |