Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Dthis_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/contrib/llvm-project/libcxx/modules/std/
H A Dthread.inc26 using std::this_thread::sleep_for;
/freebsd/contrib/llvm-project/libcxx/src/
H A Dthread.cpp92 void sleep_for(const chrono::nanoseconds& ns) { in sleep_for() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Dthread81 void sleep_for(const chrono::duration<Rep, Period>& rel_time);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp354 std::this_thread::sleep_for(std::chrono::milliseconds(10)); in KillSpawnedProcess()
375 std::this_thread::sleep_for(std::chrono::milliseconds(10)); in KillSpawnedProcess()
H A DProcessGDBRemote.cpp830 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in ConnectToDebugserver()
3465 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in MonitorDebugserverProcess()
H A DGDBRemoteCommunicationServerLLGS.cpp456 std::this_thread::sleep_for(polling_interval); in AttachWaitProcess()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp319 std::this_thread::sleep_for(std::chrono::milliseconds(WaitDurationMS)); in waitForUnlock()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-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/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp198 std::this_thread::sleep_for( in OpenAsWriterWithTimeout()
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp390 std::this_thread::sleep_for(Interval); in updateForever()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp5083 std::this_thread::sleep_for(std::chrono::milliseconds(1)); in RunThreadPlan()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3844 SYMBOL(sleep_for, std::this_thread::, <thread>)