Home
last modified time | relevance | path

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

/third_party/boost/boost/thread/
Dxtime.hpp37 typedef int_fast32_t xtime_sec_t; //INT_FAST32_MIN <= sec <= INT_FAST32_MAX typedef
39 typedef int_fast64_t xtime_sec_t; //INT_FAST64_MIN <= sec <= INT_FAST64_MAX
44 xtime_sec_t sec;
65 res.sec=static_cast< ::boost::xtime::xtime_sec_t>(time_since_epoch.total_seconds()); in get_xtime()
/third_party/boost/libs/spirit/classic/test/
Dowi_mt_tests.cpp92 boost::xtime::xtime_sec_t seconds = now.sec - start_time.sec; in increase_test_size()