Home | History | Annotate | Download | only in src

Lines Matching refs:time_point

36 system_clock::time_point
43 return time_point(seconds(tp.tv_sec) + microseconds(tp.tv_nsec / 1000));
47 return time_point(seconds(tv.tv_sec) + microseconds(tv.tv_usec));
52 system_clock::to_time_t(const time_point& t) _NOEXCEPT
57 system_clock::time_point
60 return system_clock::time_point(seconds(t));
74 steady_clock::time_point
80 return time_point(seconds(tp.tv_sec) + nanoseconds(tp.tv_nsec));
134 steady_clock::time_point
138 return time_point(duration(fp()));