Searched refs:__ts_sec (Results 1 – 2 of 2) sorted by relevance
33 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
217 using __ts_sec = decltype(__ts.tv_sec); in __do_timed_wait() local218 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()