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

/freebsd-11.0-release/contrib/libc++/src/
H A Dcondition_variable.cpp63 _LIBCPP_CONSTEXPR ts_sec ts_sec_max = numeric_limits<ts_sec>::max(); variable
64 if (s.count() < ts_sec_max)
71 ts.tv_sec = ts_sec_max;
H A Dthread.cpp116 _LIBCPP_CONSTEXPR ts_sec ts_sec_max = numeric_limits<ts_sec>::max(); local
117 if (s.count() < ts_sec_max)
124 ts.tv_sec = ts_sec_max;

Completed in 52 milliseconds