Searched refs:ResumeThread (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/ |
| H A D | thread_suspended.cpp | 16 ResumeThread(thr); in main()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.cpp | 480 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 D | NativeProcessLinux.h | 238 Status ResumeThread(NativeThreadLinux &thread, lldb::StateType state,
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_win.cpp | 152 CHECK_NE(ResumeThread(suspended_thread_handle), -1); in RunThread()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | TargetThreadWindows.cpp | 168 previous_suspend_count = ::ResumeThread(thread_handle); in DoResume()
|
| H A D | RegisterContextWindows.cpp | 173 if (::ResumeThread( in CacheAllRegisterValues()
|
| H A D | NativeThreadWindows.cpp | 86 previous_suspend_count = ::ResumeThread(thread_handle); in DoResume()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-port.cc | 653 ::ResumeThread(watcher_thread); in StartWatcherThreadFor()
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Program.inc | 344 ::ResumeThread(pi.hThread);
|