Home
last modified time | relevance | path

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

/third_party/boost/boost/thread/detail/
Dplatform_time.hpp117 inline timespec ns_to_timespec(boost::time_max_t const& ns) in ns_to_timespec() function
137 explicit platform_duration(boost::time_max_t const& ns = 0) : ts_val(ns_to_timespec(ns)) {} in platform_duration()
162 ts_val = ns_to_timespec(chrono::ceil<chrono::nanoseconds>(d).count()); in platform_duration()