HomeSort by relevance Sort by last modified time
    Searched refs:sleep_for (Results 1 - 25 of 42) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.async/
async.pass.cpp 29 std::this_thread::sleep_for(ms(200));
37 std::this_thread::sleep_for(ms(200));
43 std::this_thread::sleep_for(ms(200));
48 std::this_thread::sleep_for(ms(200));
54 std::this_thread::sleep_for(ms(200));
62 std::this_thread::sleep_for(ms(300));
70 std::this_thread::sleep_for(ms(300));
78 std::this_thread::sleep_for(ms(300));
86 std::this_thread::sleep_for(ms(300));
95 std::this_thread::sleep_for(ms(300))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
notify_one.pass.cpp 52 std::this_thread::sleep_for(std::chrono::milliseconds(100));
60 std::this_thread::sleep_for(std::chrono::milliseconds(100));
77 std::this_thread::sleep_for(std::chrono::milliseconds(100));
notify_all.pass.cpp 52 std::this_thread::sleep_for(std::chrono::milliseconds(100));
60 std::this_thread::sleep_for(std::chrono::milliseconds(100));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
notify_one.pass.cpp 56 std::this_thread::sleep_for(std::chrono::milliseconds(100));
64 std::this_thread::sleep_for(std::chrono::milliseconds(100));
81 std::this_thread::sleep_for(std::chrono::milliseconds(100));
notify_all.pass.cpp 56 std::this_thread::sleep_for(std::chrono::milliseconds(100));
64 std::this_thread::sleep_for(std::chrono::milliseconds(100));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
get.pass.cpp 23 std::this_thread::sleep_for(std::chrono::milliseconds(500));
29 std::this_thread::sleep_for(std::chrono::milliseconds(500));
37 std::this_thread::sleep_for(std::chrono::milliseconds(500));
44 std::this_thread::sleep_for(std::chrono::milliseconds(500));
50 std::this_thread::sleep_for(std::chrono::milliseconds(500));
56 std::this_thread::sleep_for(std::chrono::milliseconds(500));
wait.pass.cpp 21 std::this_thread::sleep_for(std::chrono::milliseconds(500));
29 std::this_thread::sleep_for(std::chrono::milliseconds(500));
36 std::this_thread::sleep_for(std::chrono::milliseconds(500));
wait_for.pass.cpp 25 std::this_thread::sleep_for(ms(500));
33 std::this_thread::sleep_for(ms(500));
40 std::this_thread::sleep_for(ms(500));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
get.pass.cpp 23 std::this_thread::sleep_for(std::chrono::milliseconds(500));
29 std::this_thread::sleep_for(std::chrono::milliseconds(500));
37 std::this_thread::sleep_for(std::chrono::milliseconds(500));
44 std::this_thread::sleep_for(std::chrono::milliseconds(500));
50 std::this_thread::sleep_for(std::chrono::milliseconds(500));
56 std::this_thread::sleep_for(std::chrono::milliseconds(500));
wait.pass.cpp 21 std::this_thread::sleep_for(std::chrono::milliseconds(500));
29 std::this_thread::sleep_for(std::chrono::milliseconds(500));
36 std::this_thread::sleep_for(std::chrono::milliseconds(500));
wait_for.pass.cpp 25 std::this_thread::sleep_for(ms(500));
33 std::this_thread::sleep_for(ms(500));
40 std::this_thread::sleep_for(ms(500));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 29 std::this_thread::sleep_for(ms(250));
46 std::this_thread::sleep_for(ms(250));
110 std::this_thread::sleep_for(ms(250));
116 std::this_thread::sleep_for(ms(250));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.destr/
dtor.pass.cpp 55 std::this_thread::sleep_for(std::chrono::milliseconds(250));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/
detach.pass.cpp 50 std::this_thread::sleep_for(std::chrono::milliseconds(250));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.this/
sleep_for.pass.cpp 13 // void sleep_for(const chrono::duration<Rep, Period>& rel_time);
26 std::this_thread::sleep_for(ms);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex_duration.pass.cpp 55 std::this_thread::sleep_for(ms(250));
62 std::this_thread::sleep_for(ms(300));
mutex_time_point.pass.cpp 55 std::this_thread::sleep_for(ms(250));
62 std::this_thread::sleep_for(ms(300));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
try_lock_for.pass.cpp 54 std::this_thread::sleep_for(ms(250));
61 std::this_thread::sleep_for(ms(300));
try_lock_until.pass.cpp 54 std::this_thread::sleep_for(ms(250));
61 std::this_thread::sleep_for(ms(300));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
try_lock_for.pass.cpp 56 std::this_thread::sleep_for(ms(250));
63 std::this_thread::sleep_for(ms(300));
try_lock_until.pass.cpp 56 std::this_thread::sleep_for(ms(250));
63 std::this_thread::sleep_for(ms(300));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/
notify_all_at_thread_exit.pass.cpp 31 std::this_thread::sleep_for(ms(300));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/
adopt_lock.pass.cpp 46 std::this_thread::sleep_for(ms(250));
mutex.fail.cpp 45 std::this_thread::sleep_for(ms(250));
mutex.pass.cpp 45 std::this_thread::sleep_for(ms(250));

Completed in 2557 milliseconds

1 2