Home
last modified time | relevance | path

Searched refs:xtime_nsec_t (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/thread/
Dxtime.hpp42 typedef int_fast32_t xtime_nsec_t; //0 <= xtime.nsec < NANOSECONDS_PER_SECOND typedef
45 xtime_nsec_t nsec;
66 …res.nsec=static_cast< ::boost::xtime::xtime_nsec_t>(time_since_epoch.fractional_seconds()*(1000000… in get_xtime()