Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dconvert_to_timespec.h33 typedef decltype(__ts.tv_sec) __ts_sec; in __convert_to_timespec()
34 const __ts_sec __ts_sec_max = numeric_limits<__ts_sec>::max(); in __convert_to_timespec()
37 __ts.tv_sec = static_cast<__ts_sec>(__s.count()); in __convert_to_timespec()
35 typedef decltype(__ts.tv_sec) __ts_sec; __convert_to_timespec() typedef
/freebsd/contrib/llvm-project/libcxx/include/__condition_variable/
H A Dcondition_variable.h217 using __ts_sec = decltype(__ts.tv_sec); in __do_timed_wait() local
218 const __ts_sec __ts_sec_max = numeric_limits<__ts_sec>::max(); in __do_timed_wait()
220 __ts.tv_sec = static_cast<__ts_sec>(__s.count()); in __do_timed_wait()