Home
last modified time | relevance | path

Searched refs:SleepFor (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
H A Dcopy_file.pass.cpp162 SleepFor(Sec(2)); in TEST_CASE()
165 SleepFor(Sec(2)); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp404 SleepFor(MilliSec(30)); in TEST_CASE()
446 SleepFor(Sec(2)); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h594 template <class Dur> void SleepFor(Dur dur) { in SleepFor() function