HomeSort by relevance Sort by last modified time
    Searched defs:time_point (Results 26 - 27 of 27) sorted by null

12

  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.condition/thread.condition.condvar/
wait_until_pred.pass.cpp 17 // const chrono::time_point<Clock, Duration>& abs_time,
31 typedef std::chrono::time_point<Clock> time_point; typedef in struct:Clock
34 static time_point now()
37 return time_point(duration_cast<duration>(
66 Clock::time_point t0 = Clock::now();
67 Clock::time_point t = t0 + Clock::duration(250);
69 Clock::time_point t1 = Clock::now();
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.condition/thread.condition.condvarany/
wait_until_pred.pass.cpp 17 // const chrono::time_point<Clock, Duration>& abs_time,
31 typedef std::chrono::time_point<Clock> time_point; typedef in struct:Clock
34 static time_point now()
37 return time_point(duration_cast<duration>(
70 Clock::time_point t0 = Clock::now();
71 Clock::time_point t = t0 + Clock::duration(250);
73 Clock::time_point t1 = Clock::now();

Completed in 143 milliseconds

12