Lines Matching refs:ResumeThread
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()
1720 ResumeThread(thread, eStateRunning, LLDB_INVALID_SIGNAL_NUMBER); in AddThread()
1774 Status NativeProcessLinux::ResumeThread(NativeThreadLinux &thread, in ResumeThread() function in NativeProcessLinux