HomeSort by relevance Sort by last modified time
    Searched refs:time_point (Results 26 - 50 of 91) sorted by null

12 3 4

  /external/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
lock.pass.cpp 26 typedef Clock::time_point time_point; typedef
33 time_point t0 = Clock::now();
35 time_point t1 = Clock::now();
try_lock.pass.cpp 24 typedef Clock::time_point time_point; typedef
31 time_point t0 = Clock::now();
37 time_point t1 = Clock::now();
try_lock_for.pass.cpp 25 typedef Clock::time_point time_point; typedef
32 time_point t0 = Clock::now();
34 time_point t1 = Clock::now();
42 time_point t0 = Clock::now();
44 time_point t1 = Clock::now();
try_lock_until.pass.cpp 15 // bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
25 typedef Clock::time_point time_point; typedef
32 time_point t0 = Clock::now();
34 time_point t1 = Clock::now();
42 time_point t0 = Clock::now();
44 time_point t1 = Clock::now();
  /external/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
lock.pass.cpp 26 typedef Clock::time_point time_point; typedef
33 time_point t0 = Clock::now();
35 time_point t1 = Clock::now();
try_lock.pass.cpp 24 typedef Clock::time_point time_point; typedef
31 time_point t0 = Clock::now();
37 time_point t1 = Clock::now();
try_lock_for.pass.cpp 25 typedef Clock::time_point time_point; typedef
32 time_point t0 = Clock::now();
34 time_point t1 = Clock::now();
44 time_point t0 = Clock::now();
46 time_point t1 = Clock::now();
try_lock_until.pass.cpp 15 // bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
25 typedef Clock::time_point time_point; typedef
32 time_point t0 = Clock::now();
34 time_point t1 = Clock::now();
44 time_point t0 = Clock::now();
46 time_point t1 = Clock::now();
  /external/libcxx/test/utilities/time/time.clock/time.clock.system/
from_time_t.pass.cpp 14 // static time_point from_time_t(time_t t);
22 C::time_point t1 = C::from_time_t(C::to_time_t(C::now()));
  /external/libcxx/test/utilities/time/time.point/
default_duration.pass.cpp 12 // time_point
17 // class time_point;
25 std::chrono::time_point<std::chrono::system_clock>::duration>::value), "");
  /external/libcxx/test/utilities/time/time.point/time.point.cons/
duration.fail.cpp 12 // time_point
14 // explicit time_point(const duration& d);
24 std::chrono::time_point<Clock, Duration> t = Duration(3);
duration.pass.cpp 12 // time_point
14 // explicit time_point(const duration& d);
24 std::chrono::time_point<Clock, Duration> t(Duration(3));
28 std::chrono::time_point<Clock, Duration> t(std::chrono::seconds(3));
33 constexpr std::chrono::time_point<Clock, Duration> t(Duration(3));
37 constexpr std::chrono::time_point<Clock, Duration> t(std::chrono::seconds(3));
default.pass.cpp 12 // time_point
14 // time_point();
26 std::chrono::time_point<Clock, Duration> t;
31 constexpr std::chrono::time_point<Clock, Duration> t;
  /external/libcxx/test/utilities/time/time.point/time.point.comparisons/
op_equal.fail.cpp 12 // time_point
16 // operator==(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
20 // operator!=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
34 typedef std::chrono::time_point<Clock1, Duration1> T1;
35 typedef std::chrono::time_point<Clock2, Duration2> T2;
op_less.fail.cpp 12 // time_point
16 // operator< (const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
20 // operator> (const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
24 // operator<=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
28 // operator>=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
42 typedef std::chrono::time_point<Clock1, Duration1> T1
    [all...]
  /external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
mutex.pass.cpp 27 typedef Clock::time_point time_point; typedef
34 time_point t0 = Clock::now();
35 time_point t1;
46 time_point t0 = Clock::now();
47 time_point t1;
  /external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex_duration.pass.cpp 25 typedef Clock::time_point time_point; typedef
32 time_point t0 = Clock::now();
35 time_point t1 = Clock::now();
42 time_point t0 = Clock::now();
45 time_point t1 = Clock::now();
mutex_time_point.pass.cpp 15 // unique_lock(mutex_type& m, const chrono::time_point<Clock, Duration>& abs_time);
25 typedef Clock::time_point time_point; typedef
32 time_point t0 = Clock::now();
35 time_point t1 = Clock::now();
42 time_point t0 = Clock::now();
45 time_point t1 = Clock::now();
  /external/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
lock_shared.pass.cpp 27 typedef Clock::time_point time_point; typedef
34 time_point t0 = Clock::now();
36 time_point t1 = Clock::now();
44 time_point t0 = Clock::now();
46 time_point t1 = Clock::now();
try_lock_for.pass.cpp 27 typedef Clock::time_point time_point; typedef
34 time_point t0 = Clock::now();
36 time_point t1 = Clock::now();
44 time_point t0 = Clock::now();
46 time_point t1 = Clock::now();
try_lock_shared_for.pass.cpp 28 typedef Clock::time_point time_point; typedef
35 time_point t0 = Clock::now();
37 time_point t1 = Clock::now();
45 time_point t0 = Clock::now();
47 time_point t1 = Clock::now();
try_lock_shared_until.pass.cpp 15 // bool try_lock_shared_until(const chrono::time_point<Clock, Duration>& abs_time);
28 typedef Clock::time_point time_point; typedef
35 time_point t0 = Clock::now();
37 time_point t1 = Clock::now();
45 time_point t0 = Clock::now();
47 time_point t1 = Clock::now();
try_lock_until.pass.cpp 15 // bool try_lock_until(const chrono::time_point<Clock, Duration>& abs_time);
27 typedef Clock::time_point time_point; typedef
34 time_point t0 = Clock::now();
36 time_point t1 = Clock::now();
44 time_point t0 = Clock::now();
46 time_point t1 = Clock::now();
  /external/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait_until.pass.cpp 17 // const chrono::time_point<Clock, Duration>& abs_time);
30 typedef std::chrono::time_point<Clock> time_point; typedef in struct:Clock
33 static time_point now()
36 return time_point(duration_cast<duration>(
56 Clock::time_point t0 = Clock::now();
57 Clock::time_point t = t0 + Clock::duration(250);
60 Clock::time_point t1 = Clock::now();
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();

Completed in 206 milliseconds

12 3 4