Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dcondition_variable.cpp61 _LIBCPP_CONSTEXPR ts_sec ts_sec_max = numeric_limits<ts_sec>::max(); in __do_timed_wait() local
62 if (s.count() < ts_sec_max) in __do_timed_wait()
69 ts.tv_sec = ts_sec_max; in __do_timed_wait()
Dthread.cpp115 _LIBCPP_CONSTEXPR ts_sec ts_sec_max = numeric_limits<ts_sec>::max(); in sleep_for() local
116 if (s.count() < ts_sec_max) in sleep_for()
123 ts.tv_sec = ts_sec_max; in sleep_for()
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0013-temp-collective-ndk-hackathon-fixes.patch718 ts.tv_sec = ts_sec_max;