Home
last modified time | relevance | path

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

1234

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
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
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()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
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()
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()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cast/
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
Dtoduration.fail.cpp24 typedef std::chrono::system_clock Clock; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.arithmetic/
Dop_+EQ.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
Dop_-=.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
Dop_+=.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
Dop_-EQ.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.special/
Dmin.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
Dmax.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cons/
Dduration.fail.cpp22 typedef std::chrono::system_clock Clock; in main() typedef
Ddefault.pass.cpp23 typedef std::chrono::system_clock Clock; in main() typedef
Dconvert.fail.cpp23 typedef std::chrono::system_clock Clock; in main() typedef
Dduration.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
Dconvert.pass.cpp22 typedef std::chrono::system_clock Clock; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.nonmember/
Dop_-duration.pass.cpp23 typedef std::chrono::system_clock Clock; in main() typedef
Dop_-time_point.pass.cpp23 typedef std::chrono::system_clock Clock; in main() typedef
Dop_+.pass.cpp27 typedef std::chrono::system_clock Clock; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.this/
Dsleep_until.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
Dsleep_for.pass.cpp21 typedef std::chrono::system_clock Clock; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/
Dnotify_all_at_thread_exit.pass.cpp25 typedef std::chrono::high_resolution_clock Clock; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
Dlock.pass.cpp25 typedef std::chrono::system_clock Clock; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
Dtry_lock.pass.cpp23 typedef std::chrono::system_clock Clock; typedef

1234