HomeSort by: relevance | last modified time | path
    Searched defs:ts_sec_max (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/src/
condition_variable.cpp 63 _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;

Completed in 24 milliseconds