Searched refs:sleep_for (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Dthread_contention.cpp34 std::this_thread::sleep_for(std::chrono::nanoseconds(10000));
/openbsd-current/gnu/llvm/libcxx/src/
H A Dthread.cpp105 sleep_for(const chrono::nanoseconds& ns) function in namespace:this_thread
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DLockFileManager.cpp319 std::this_thread::sleep_for(std::chrono::milliseconds(WaitDurationMS));
/openbsd-current/gnu/llvm/lldb/source/Host/posix/
H A DPipePosix.cpp189 std::this_thread::sleep_for(
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A DProgressEvent.cpp184 std::this_thread::sleep_for(kUpdateProgressEventReportDelay);
H A DVSCode.cpp564 std::this_thread::sleep_for(std::chrono::microseconds(250));
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp354 std::this_thread::sleep_for(std::chrono::milliseconds(10));
375 std::this_thread::sleep_for(std::chrono::milliseconds(10));
H A DProcessGDBRemote.cpp824 std::this_thread::sleep_for(std::chrono::milliseconds(100));
3320 std::this_thread::sleep_for(std::chrono::milliseconds(500));
H A DGDBRemoteCommunicationServerLLGS.cpp458 std::this_thread::sleep_for(polling_interval);
/openbsd-current/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp343 std::this_thread::sleep_for(Interval);
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DProcess.cpp5029 std::this_thread::sleep_for(std::chrono::milliseconds(1));

Completed in 289 milliseconds