Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
timespec.hpp File Reference
#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>
Include dependency graph for timespec.hpp:
This graph shows which files directly or indirectly include this file:

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)