Lines Matching refs:GetState
439 GetState()); in MonitorCallback()
474 ResumeThread(thread, thread.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorCallback()
535 ResumeThread(thread, thread.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorSIGTRAP()
591 StateType state = thread.GetState(); in MonitorSIGTRAP()
618 ResumeThread(thread, thread.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorSIGTRAP()
691 ResumeThread(thread, thread.GetState(), LLDB_INVALID_SIGNAL_NUMBER); in MonitorSIGTRAP()
777 const StateType thread_state = thread.GetState(); in MonitorSignal()
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()
1020 const auto thread_state = thread->GetState(); in Interrupt()
1241 assert(thread.GetState() == eStateStopped); in Syscall()
1825 if (StateIsRunningState(thread->GetState())) in StopRunningThreads()
1838 if (StateIsRunningState(thread_sp->GetState())) in SignalIfAllThreadsStopped()
1866 StateIsRunningState(thread.GetState())) { in ThreadWasCreated()
1998 return m_intel_pt_collector.GetState(); in TraceGetState()