Home
last modified time | relevance | path

Searched refs:ResumeThread (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/
H A Dthread_suspended.cpp16 ResumeThread(thr); in main()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp480 ResumeThread(thread, thread.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorCallback()
541 ResumeThread(thread, thread.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorSIGTRAP()
606 ResumeThread(thread, state, LLDB_INVALID_SIGNAL_NUMBER); in MonitorSIGTRAP()
624 ResumeThread(thread, thread.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorSIGTRAP()
697 ResumeThread(thread, thread.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorSIGTRAP()
803 Status error = ResumeThread(thread, thread.GetState(), 0); in MonitorSignal()
823 ResumeThread(thread, thread.GetState(), signo); in MonitorSignal()
858 ResumeThread(parent, parent.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorClone()
880 ResumeThread(parent, parent.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorClone()
1719 ResumeThread(thread, eStateRunning, LLDB_INVALID_SIGNAL_NUMBER); in AddThread()
[all …]
H A DNativeProcessLinux.h238 Status ResumeThread(NativeThreadLinux &thread, lldb::StateType state,
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp152 CHECK_NE(ResumeThread(suspended_thread_handle), -1); in RunThread()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DTargetThreadWindows.cpp168 previous_suspend_count = ::ResumeThread(thread_handle); in DoResume()
H A DRegisterContextWindows.cpp173 if (::ResumeThread( in CacheAllRegisterValues()
H A DNativeThreadWindows.cpp86 previous_suspend_count = ::ResumeThread(thread_handle); in DoResume()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc653 ::ResumeThread(watcher_thread); in StartWatcherThreadFor()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DProgram.inc344 ::ResumeThread(pi.hThread);