Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dconvert_to_timespec.h34 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()
/freebsd/contrib/llvm-project/libcxx/include/__condition_variable/
H A Dcondition_variable.h218 const __ts_sec __ts_sec_max = numeric_limits<__ts_sec>::max(); in __do_timed_wait() local
219 if (__s.count() < __ts_sec_max) { in __do_timed_wait()
223 __ts.tv_sec = __ts_sec_max; in __do_timed_wait()