Lines Matching refs:ResumeThread
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()
943 ResumeThread(static_cast<NativeThreadLinux &>(*thread), action->state, in Resume()
1719 ResumeThread(thread, eStateRunning, LLDB_INVALID_SIGNAL_NUMBER); in AddThread()
1773 Status NativeProcessLinux::ResumeThread(NativeThreadLinux &thread, in ResumeThread() function in NativeProcessLinux