Searched defs:GetActionForThread (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNBThreadResumeActions.cpp62 DNBThreadResumeActions::GetActionForThread (nub_thread_t tid, bool default_ok) const function in class:DNBThreadResumeActions
71 return GetActionForThread (INVALID_NUB_THREAD, false);
92 if (GetActionForThread (INVALID_NUB_THREAD, true) == NULL)

Completed in 233 milliseconds