Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp474 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 DNativeProcessLinux.h238 Status ResumeThread(NativeThreadLinux &thread, lldb::StateType state,
/openbsd-src/gnu/usr.bin/binutils/gdb/nlm/
H A Dgdbserve.def20 ResumeThread
H A Dgdbserve.c181 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 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()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp152 CHECK_NE(ResumeThread(suspended_thread_handle), -1); in RunThread()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dwince-stub.c442 res = ResumeThread (h); in resume_thread()
H A Dwin32-nat.c1188 (void) ResumeThread (th->h); in child_continue()
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DProgram.inc344 ::ResumeThread(pi.hThread);