Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/libcxx/src/
Dcondition_variable.cpp65 _LIBCPP_CONSTEXPR ts_sec ts_sec_max = numeric_limits<ts_sec>::max(); in __do_timed_wait() local
66 if (s.count() < ts_sec_max) in __do_timed_wait()
73 ts.tv_sec = ts_sec_max; in __do_timed_wait()