Lines Matching refs:SBThread
200 SBThread SBProcess::GetSelectedThread() const { in GetSelectedThread()
203 SBThread sb_thread; in GetSelectedThread()
216 SBThread SBProcess::CreateOSPluginThread(lldb::tid_t tid, in CreateOSPluginThread()
220 SBThread sb_thread; in CreateOSPluginThread()
342 bool SBProcess::SetSelectedThread(const SBThread &thread) { in SetSelectedThread()
384 SBThread SBProcess::GetThreadAtIndex(size_t index) { in GetThreadAtIndex()
387 SBThread sb_thread; in GetThreadAtIndex()
676 SBThread SBProcess::GetThreadByID(tid_t tid) { in GetThreadByID()
679 SBThread sb_thread; in GetThreadByID()
694 SBThread SBProcess::GetThreadByIndexID(uint32_t index_id) { in GetThreadByIndexID()
697 SBThread sb_thread; in GetThreadByIndexID()