Home
last modified time | relevance | path

Searched refs:sleep_for (Results 1 – 23 of 23) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dthis_thread_sleep.h68 sleep_for(const chrono::duration<_Rep, _Period>& __rtime) in _GLIBCXX_VISIBILITY()
99 sleep_for(__atime - __now); in _GLIBCXX_VISIBILITY()
104 sleep_for(__atime - __now); in _GLIBCXX_VISIBILITY()
H A Datomic_timed_wait.h249 this_thread::sleep_for(64ms); in _GLIBCXX_VISIBILITY()
253 this_thread::sleep_for(__elapsed / 2); in _GLIBCXX_VISIBILITY()
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Dthread77 void sleep_for(const chrono::duration<Rep, Period>& rel_time);
357 _LIBCPP_FUNC_VIS void sleep_for(const chrono::nanoseconds& __ns);
361 sleep_for(const chrono::duration<_Rep, _Period>& __d)
379 this_thread::sleep_for(__ns);
399 this_thread::sleep_for(__t - chrono::steady_clock::now());
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dthread386 /// sleep_for
389 sleep_for(const chrono::duration<_Rep, _Period>& __rtime)
420 sleep_for(__atime - __now);
425 sleep_for(__atime - __now);
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dtimer184 this_thread::sleep_for(traits_type::to_wait_duration(_M_expiry));
194 this_thread::sleep_for(traits_type::to_wait_duration(_M_expiry));
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dtimer184 this_thread::sleep_for(traits_type::to_wait_duration(_M_expiry));
194 this_thread::sleep_for(traits_type::to_wait_duration(_M_expiry));
/netbsd/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Doptions_test.cc18 std::this_thread::sleep_for( in BM_basic_slow()
H A Dbenchmark_test.cc190 std::this_thread::sleep_for( in BM_ManualTiming()
/netbsd/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Doptions_test.cc18 std::this_thread::sleep_for( in BM_basic_slow()
H A Dbenchmark_test.cc190 std::this_thread::sleep_for( in BM_ManualTiming()
/netbsd/external/apache2/llvm/dist/libcxx/src/
H A Dthread.cpp104 sleep_for(const chrono::nanoseconds& ns) in sleep_for() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DLockFileManager.cpp320 std::this_thread::sleep_for(std::chrono::milliseconds(WaitDurationMS)); in waitForUnlock()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dthread44 #include <bits/this_thread_sleep.h> // std::this_thread::sleep_for, sleep_until
/netbsd/external/apache2/llvm/dist/llvm/utils/benchmark/
H A DREADME.md445 std::this_thread::sleep_for(sleep_duration);
/netbsd/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A DREADME.md477 std::this_thread::sleep_for(sleep_duration);
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2020400 [_GLIBCXX_NO_SLEEP] (sleep_for, sleep_until): Do not
3907 * testsuite/30_threads/this_thread/sleep_for-mt.cc: Likewise.
4254 [!_GLIBCXX_HAS_GTHREADS] (this_thread::sleep_for): Define. Replace
4261 * testsuite/30_threads/this_thread/sleep_for-mt.cc: ...here.
4267 * testsuite/30_threads/this_thread/sleep_for.cc: New test.
H A DChangeLog-2015955 * include/std/thread (this_thread::sleep_for): Retry on EINTR.
4212 * include/std/thread (this_thread::sleep_for): Check for negative
H A DChangeLog-2012210 (this_thread::yield, this_thread::sleep_until, this_thread::sleep_for):
H A DChangeLog-20113711 * include/std/thread (this_thread::sleep_until): Move after sleep_for.
H A DChangeLog-20183404 (this_thread::get_id, this_thread::yield, this_thread::sleep_for)
H A DChangeLog-20217191 * include/std/thread (this_thread::sleep_for)
/netbsd/external/gpl3/gcc/dist/
H A DNEWS7249 + this_thread::sleep_for(), this_thread::sleep_until() and
/netbsd/external/gpl3/gcc.old/dist/
H A DNEWS7249 + this_thread::sleep_for(), this_thread::sleep_until() and