Searched refs:GetActionForThread (Results 1 – 4 of 4) sorted by relevance
62 DNBThreadResumeActions::GetActionForThread (nub_thread_t tid, bool default_ok) const in GetActionForThread() function in DNBThreadResumeActions71 return GetActionForThread (INVALID_NUB_THREAD, false); in GetActionForThread()92 if (GetActionForThread (INVALID_NUB_THREAD, true) == NULL) in SetDefaultThreadActionIfNeeded()
66 GetActionForThread (nub_thread_t tid, bool default_ok) const;
424 …const DNBThreadResumeAction *thread_action = thread_actions.GetActionForThread (thread->ThreadID()… in ProcessWillResume()
674 action = m_thread_actions.GetActionForThread (tid, false); in ReplyToAllExceptions()