Lines Matching refs:SBThread
204 SBThread SBProcess::GetSelectedThread() const { in GetSelectedThread()
207 SBThread sb_thread; in GetSelectedThread()
220 SBThread SBProcess::CreateOSPluginThread(lldb::tid_t tid, in CreateOSPluginThread()
224 SBThread sb_thread; in CreateOSPluginThread()
346 bool SBProcess::SetSelectedThread(const SBThread &thread) { in SetSelectedThread()
387 SBThread SBProcess::GetThreadAtIndex(size_t index) { in GetThreadAtIndex()
390 SBThread sb_thread; in GetThreadAtIndex()
686 SBThread SBProcess::GetThreadByID(tid_t tid) { in GetThreadByID()
689 SBThread sb_thread; in GetThreadByID()
704 SBThread SBProcess::GetThreadByIndexID(uint32_t index_id) { in GetThreadByIndexID()
707 SBThread sb_thread; in GetThreadByIndexID()