Home
last modified time | relevance | path

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

/third_party/boost/boost/thread/detail/
Dplatform_time.hpp138 boost::time_max_t getNs() const { return timespec_to_ns(ts_val); } in getNs() function
141 boost::time_max_t getNs() const { return ns_val; }
171 const boost::time_max_t ns = getNs(); in getMs()
200 return lhs.getNs() == rhs.getNs(); in operator ==()
204 return lhs.getNs() != rhs.getNs(); in operator !=()
208 return lhs.getNs() < rhs.getNs(); in operator <()
212 return lhs.getNs() <= rhs.getNs(); in operator <=()
216 return lhs.getNs() > rhs.getNs(); in operator >()
220 return lhs.getNs() >= rhs.getNs(); in operator >=()
236 boost::time_max_t getNs() const { return dur.getNs(); } in getNs() function
[all …]