Home
last modified time | relevance | path

Searched refs:SuspendThread (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp135 bool SuspendThread(tid_t thread_id);
138 bool ThreadSuspender::SuspendThread(tid_t tid) { in SuspendThread() function in __sanitizer::ThreadSuspender
227 if (SuspendThread(tid)) in SuspendAllThreads()
H A Dsanitizer_stoptheworld_win.cpp125 if (SuspendThread(thread) == (DWORD)-1) { in RunThread()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DTargetThreadWindows.cpp44 ::SuspendThread(m_host_thread.GetNativeThread().GetSystemHandle()); in RefreshStateAfterStop()
H A DRegisterContextWindows.cpp159 if (::SuspendThread( in CacheAllRegisterValues()
H A DNativeThreadWindows.cpp37 ::SuspendThread(m_host_thread.GetNativeThread().GetSystemHandle()); in DoStop()