Home
last modified time | relevance | path

Searched defs:Clock (Results 1 – 25 of 152) sorted by relevance

1234567

/minix3/external/bsd/libc++/dist/libcxx/test/thread/thread.condition/thread.condition.condvar/
H A Dwait_until.pass.cpp25 struct Clock struct
30 typedef std::chrono::time_point<Clock> time_point; argument
31 static const bool is_steady = true;
56 Clock::time_point t0 = Clock::now(); in f() argument
H A Dwait_until_pred.pass.cpp26 struct Clock struct
31 typedef std::chrono::time_point<Clock> time_point; argument
32 static const bool is_steady = true;
34 static time_point now() in now()
/minix3/external/bsd/libc++/dist/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
H A Dwait_until.pass.cpp27 struct Clock struct
32 typedef std::chrono::time_point<Clock> time_point; argument
33 static const bool is_steady = true;
58 Clock::time_point t0 = Clock::now(); in f() argument
H A Dwait_until_pred.pass.cpp28 struct Clock struct
33 typedef std::chrono::time_point<Clock> time_point; argument
34 static const bool is_steady = true;
36 static time_point now() in now()
/minix3/external/bsd/libc++/dist/libcxx/test/thread/thread.condition/thread.condition.condvarany/
H A Dwait_until.pass.cpp24 struct Clock struct
29 typedef std::chrono::time_point<Clock> time_point; argument
30 static const bool is_steady = true;
32 static time_point now() in now()
H A Dwait_until_pred.pass.cpp26 struct Clock struct
31 typedef std::chrono::time_point<Clock> time_point; argument
32 static const bool is_steady = true;
34 static time_point now() in now()
/minix3/external/bsd/libc++/dist/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dwait_until.pass.cpp26 struct Clock struct
31 typedef std::chrono::time_point<Clock> time_point; argument
32 static const bool is_steady = true;
34 static time_point now() in now()
H A Dwait_until_pred.pass.cpp28 struct Clock struct
33 typedef std::chrono::time_point<Clock> time_point; argument
34 static const bool is_steady = true;
36 static time_point now() in now()
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/time/time.point/time.point.cast/
H A Dtime_point_cast.pass.cpp26 typedef std::chrono::system_clock Clock; in test() typedef
43 typedef std::chrono::system_clock Clock; in test_constexpr() typedef
H A Dtoduration.fail.cpp24 typedef std::chrono::system_clock Clock; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/time/time.point/time.point.cast/
H A Dtime_point_cast.pass.cpp26 typedef std::chrono::system_clock Clock; in test() typedef
43 typedef std::chrono::system_clock Clock; in test_constexpr() typedef
H A Dtoduration.fail.cpp24 typedef std::chrono::system_clock Clock; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/time/time.point/time.point.arithmetic/
H A Dop_-=.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
H A Dop_+=.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/time/time.point/time.point.special/
H A Dmax.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
H A Dmin.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/time/time.point/time.point.special/
H A Dmin.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
H A Dmax.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/time/time.point/time.point.cons/
H A Dduration.fail.cpp22 typedef std::chrono::system_clock Clock; in main() typedef
H A Ddefault.pass.cpp23 typedef std::chrono::system_clock Clock; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/time/time.point/time.point.arithmetic/
H A Dop_+=.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
H A Dop_-=.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/time/time.point/time.point.cons/
H A Dduration.fail.cpp22 typedef std::chrono::system_clock Clock; in main() typedef
H A Ddefault.pass.cpp23 typedef std::chrono::system_clock Clock; in main() typedef
H A Dconvert.fail.cpp23 typedef std::chrono::system_clock Clock; in main() typedef

1234567