Searched refs:__ts_sec_max (Results 1 – 2 of 2) sorted by relevance
34 const __ts_sec __ts_sec_max = numeric_limits<__ts_sec>::max(); in __convert_to_timespec() 36 if (__s.count() < __ts_sec_max) { in __convert_to_timespec() local 40 __ts.tv_sec = __ts_sec_max; in __convert_to_timespec()
218 const __ts_sec __ts_sec_max = numeric_limits<__ts_sec>::max(); in __do_timed_wait() local219 if (__s.count() < __ts_sec_max) { in __do_timed_wait()223 __ts.tv_sec = __ts_sec_max; in __do_timed_wait()