Home
last modified time | relevance | path

Searched refs:this_thread (Results 1 – 25 of 25) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cpp45 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 Dsanitizer_stackdepot_test.cpp176 while (here < Param.UniqueThreads) std::this_thread::yield(); in TEST_P()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dthread67 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_support598 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 Dmutex306 __thread_id __id = this_thread::get_id();
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A Dthread.h151 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 Dsanitizer_stoptheworld_win.cpp86 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 Dmutex.cpp152 __thread_id id = this_thread::get_id(); in lock()
170 __thread_id id = this_thread::get_id(); in try_lock()
H A Dbarrier.cpp45 __current = hash<thread::id>()(this_thread::get_id()) % ((__expected + 1) >> 1); in __arrive()
H A Dthread.cpp101 namespace this_thread namespace
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Dthread_contention.cpp34 std::this_thread::sleep_for(std::chrono::nanoseconds(10000)); in asyncTask()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DParallel.cpp82 std::thread::id CurrentThreadId = std::this_thread::get_id(); in ~ThreadPoolExecutor()
H A DThreadPool.cpp170 llvm::thread::id CurrentThreadId = llvm::this_thread::get_id(); in isWorkerThread()
H A DLockFileManager.cpp319 std::this_thread::sleep_for(std::chrono::milliseconds(WaitDurationMS)); in waitForUnlock()
/openbsd-src/gnu/llvm/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.cpp824 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 DGDBRemoteCommunicationServerLLGS.cpp458 std::this_thread::sleep_for(polling_interval); in AttachWaitProcess()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DProgressEvent.cpp184 std::this_thread::sleep_for(kUpdateProgressEventReportDelay); in ProgressEventReporter()
H A DVSCode.cpp564 std::this_thread::sleep_for(std::chrono::microseconds(250)); in WaitForProcessToStop()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dtsd_test.cpp147 std::hash<std::thread::id>{}(std::this_thread::get_id())); in stressCache()
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DPipePosix.cpp189 std::this_thread::sleep_for( in OpenAsWriterWithTimeout()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dwince.c162 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 DDebuginfod.cpp343 std::this_thread::sleep_for(Interval); in updateForever()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc1535 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 DProcess.cpp5029 std::this_thread::sleep_for(std::chrono::milliseconds(1)); in RunThreadPlan()