Searched refs:ResumeThread (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.cpp | 474 ResumeThread(thread, thread.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorCallback() 535 ResumeThread(thread, thread.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorSIGTRAP() 600 ResumeThread(thread, state, LLDB_INVALID_SIGNAL_NUMBER); in MonitorSIGTRAP() 618 ResumeThread(thread, thread.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorSIGTRAP() 691 ResumeThread(thread, thread.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorSIGTRAP() 797 Status error = ResumeThread(thread, thread.GetState(), 0); in MonitorSignal() 817 ResumeThread(thread, thread.GetState(), signo); in MonitorSignal() 852 ResumeThread(parent, parent.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorClone() 874 ResumeThread(parent, parent.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorClone() 938 Status error = ResumeThread(static_cast<NativeThreadLinux &>(*thread), in Resume() [all …]
|
| H A D | NativeProcessLinux.h | 238 Status ResumeThread(NativeThreadLinux &thread, lldb::StateType state,
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/nlm/ |
| H A D | gdbserve.def | 20 ResumeThread
|
| H A D | gdbserve.c | 181 ResumeThread (mainthread); in getDebugChar() 620 ResumeThread (mainthread); in handle_exception() 726 ResumeThread (mainthread); in handle_exception()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_win.cpp | 152 CHECK_NE(ResumeThread(suspended_thread_handle), -1); in RunThread()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | wince-stub.c | 442 res = ResumeThread (h); in resume_thread()
|
| H A D | win32-nat.c | 1188 (void) ResumeThread (th->h); in child_continue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Program.inc | 344 ::ResumeThread(pi.hThread);
|