| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_stoptheworld_test.cpp | 45 std::this_thread::yield(); in IncrementerThread() 57 std::this_thread::yield(); in Callback() 109 std::this_thread::yield(); in AdvancedIncrementerThread() 123 std::this_thread::yield(); in AdvancedCallback() 141 while (argument.thread_index < kStopWorldAfter) std::this_thread::yield(); in TEST() 147 while (argument.thread_index < kThreadCount) std::this_thread::yield(); in TEST()
|
| H A D | sanitizer_stackdepot_test.cpp | 176 while (here < Param.UniqueThreads) std::this_thread::yield(); in TEST_P()
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | thread | 67 namespace this_thread 80 } // this_thread 356 namespace this_thread 381 this_thread::sleep_for(__ns); 401 this_thread::sleep_for(__t - chrono::steady_clock::now()); 407 } // namespace this_thread
|
| H A D | __threading_support | 598 namespace this_thread 603 } // namespace this_thread 646 friend __thread_id this_thread::get_id() _NOEXCEPT; 690 namespace this_thread 700 } // namespace this_thread
|
| H A D | mutex | 306 __thread_id __id = this_thread::get_id();
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | thread.h | 151 namespace this_thread { 204 namespace this_thread { 205 inline thread::id get_id() { return std::this_thread::get_id(); }
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_win.cpp | 86 const DWORD this_thread = GetCurrentThreadId(); in RunThread() local 105 if (thread_entry.th32ThreadID == this_thread || in RunThread()
|
| /openbsd-src/gnu/llvm/libcxx/src/ |
| H A D | mutex.cpp | 152 __thread_id id = this_thread::get_id(); in lock() 170 __thread_id id = this_thread::get_id(); in try_lock()
|
| H A D | barrier.cpp | 45 __current = hash<thread::id>()(this_thread::get_id()) % ((__expected + 1) >> 1); in __arrive()
|
| H A D | thread.cpp | 101 namespace this_thread namespace
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/ |
| H A D | thread_contention.cpp | 34 std::this_thread::sleep_for(std::chrono::nanoseconds(10000)); in asyncTask()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Parallel.cpp | 82 std::thread::id CurrentThreadId = std::this_thread::get_id(); in ~ThreadPoolExecutor()
|
| H A D | ThreadPool.cpp | 170 llvm::thread::id CurrentThreadId = llvm::this_thread::get_id(); in isWorkerThread()
|
| H A D | LockFileManager.cpp | 319 std::this_thread::sleep_for(std::chrono::milliseconds(WaitDurationMS)); in waitForUnlock()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 354 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 D | ProcessGDBRemote.cpp | 824 std::this_thread::sleep_for(std::chrono::milliseconds(100)); in ConnectToDebugserver() 3320 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in MonitorDebugserverProcess()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 458 std::this_thread::sleep_for(polling_interval); in AttachWaitProcess()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | ProgressEvent.cpp | 184 std::this_thread::sleep_for(kUpdateProgressEventReportDelay); in ProgressEventReporter()
|
| H A D | VSCode.cpp | 564 std::this_thread::sleep_for(std::chrono::microseconds(250)); in WaitForProcessToStop()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | tsd_test.cpp | 147 std::hash<std::thread::id>{}(std::this_thread::get_id())); in stressCache()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/posix/ |
| H A D | PipePosix.cpp | 189 std::this_thread::sleep_for( in OpenAsWriterWithTimeout()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | wince.c | 162 static thread_info *this_thread; /* Info on thread returned by wait_for_debug_event */ variable 1033 if (get_context > 0 && th != this_thread) in thread_rec() 1480 this_thread = current_thread = th ?: thread_rec (current_event.dwThreadId, TRUE); in get_child_debug_event()
|
| /openbsd-src/gnu/llvm/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 343 std::this_thread::sleep_for(Interval); in updateForever()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
| H A D | StdSymbolMap.inc | 1535 SYMBOL(get_id, std::this_thread::, <thread>) 1536 SYMBOL(sleep_for, std::this_thread::, <thread>) 1537 SYMBOL(sleep_until, std::this_thread::, <thread>) 1538 SYMBOL(yield, std::this_thread::, <thread>)
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Process.cpp | 5029 std::this_thread::sleep_for(std::chrono::milliseconds(1)); in RunThreadPlan()
|