Lines Matching defs:thread_actions
3793 DNBThreadResumeActions thread_actions;
3850 thread_actions.Append(thread_action);
3855 thread_actions.SetDefaultThreadActionIfNeeded(eStateStopped, 0);
3856 DNBProcessResume(m_ctx.ProcessID(), thread_actions.GetFirst(),
3857 thread_actions.GetSize());
4329 DNBThreadResumeActions thread_actions;
4330 thread_actions.Append(action);
4331 thread_actions.SetDefaultThreadActionIfNeeded(eStateRunning, 0);
4332 if (!DNBProcessResume(pid, thread_actions.GetFirst(),
4333 thread_actions.GetSize()))
4590 DNBThreadResumeActions thread_actions;
4591 thread_actions.Append(action);
4592 thread_actions.SetDefaultThreadActionIfNeeded(eStateRunning, action.signal);
4595 if (!DNBProcessResume(pid, thread_actions.GetFirst(),
4596 thread_actions.GetSize()))
4667 DNBThreadResumeActions thread_actions;
4668 thread_actions.AppendAction(tid, eStateStepping);
4671 thread_actions.SetDefaultThreadActionIfNeeded(eStateStopped, 0);
4672 if (!DNBProcessResume(pid, thread_actions.GetFirst(),
4673 thread_actions.GetSize()))
4715 DNBThreadResumeActions thread_actions;
4716 thread_actions.Append(action);
4719 thread_actions.SetDefaultThreadActionIfNeeded(eStateStopped, 0);
4720 if (!DNBProcessResume(pid, thread_actions.GetFirst(),
4721 thread_actions.GetSize()))