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

/freebsd-9.3-release/contrib/libc++/src/
H A Dcondition_variable.cpp59 _LIBCPP_CONSTEXPR ts_sec ts_sec_max = numeric_limits<ts_sec>::max(); local
60 if (s.count() < ts_sec_max)
67 ts.tv_sec = ts_sec_max;
H A Dthread.cpp113 _LIBCPP_CONSTEXPR ts_sec ts_sec_max = numeric_limits<ts_sec>::max(); local
114 if (s.count() < ts_sec_max)
121 ts.tv_sec = ts_sec_max;

Completed in 104 milliseconds