Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/libcxx/include/__thread/
HDthis_thread.h32 _LIBCPP_EXPORTED_FROM_ABI void sleep_for(const chrono::nanoseconds& __ns);
35 _LIBCPP_HIDE_FROM_ABI void sleep_for(const chrono::duration<_Rep, _Period>& __d) { in sleep_for() function
48 this_thread::sleep_for(__ns); in sleep_for()
63 this_thread::sleep_for(__t - chrono::steady_clock::now()); in sleep_until()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDExponentialBackoff.cpp27 std::this_thread::sleep_for(WaitDuration); in waitForNextAttempt()
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/
HDthread.inc26 using std::this_thread::sleep_for;
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
HDthread.cpp92 void sleep_for(const chrono::nanoseconds& ns) { in sleep_for() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
HDrtsan_test_functional.cpp62 auto Func = []() { std::this_thread::sleep_for(1us); }; in TEST()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDthread81 void sleep_for(const chrono::duration<Rep, Period>& rel_time);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerPlatform.cpp356 std::this_thread::sleep_for(std::chrono::milliseconds(10)); in KillSpawnedProcess()
377 std::this_thread::sleep_for(std::chrono::milliseconds(10)); in KillSpawnedProcess()
HDProcessGDBRemote.cpp830 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in ConnectToDebugserver()
3476 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in MonitorDebugserverProcess()
HDGDBRemoteCommunicationServerLLGS.cpp456 std::this_thread::sleep_for(polling_interval); in AttachWaitProcess()
/freebsd-13-stable/contrib/googletest/googletest/test/
HDgoogletest-port-test.cc341 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in TEST()
1064 std::this_thread::sleep_for( in Increment()
1073 std::this_thread::sleep_for( in Increment()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/posix/
HDPipePosix.cpp198 std::this_thread::sleep_for( in OpenAsWriterWithTimeout()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Debuginfod/
HDDebuginfod.cpp391 std::this_thread::sleep_for(Interval); in updateForever()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp5280 std::this_thread::sleep_for(std::chrono::milliseconds(1)); in RunThreadPlan()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSymbolMap.inc3844 SYMBOL(sleep_for, std::this_thread::, <thread>)