Home
last modified time | relevance | path

Searched refs:TestClock (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
H A Dwait_until.pass.cpp30 struct TestClock struct
35 typedef std::chrono::time_point<TestClock> time_point; argument
114 run_test<TestClock>(); in main()
/llvm-project-15.0.7/libcxx/test/libcxx/input.output/filesystems/
H A Dconvert_file_time.pass.cpp267 struct TestClock { struct
271 typedef std::chrono::time_point<TestClock> time_point; argument
278 using TestFileTimeT = time_point<TestClock<duration<IntType, Period> > >; argument