Lines Matching refs:SBThread
201 SBThread SBProcess::GetSelectedThread() const { in GetSelectedThread()
204 SBThread sb_thread; in GetSelectedThread()
217 SBThread SBProcess::CreateOSPluginThread(lldb::tid_t tid, in CreateOSPluginThread()
221 SBThread sb_thread; in CreateOSPluginThread()
343 bool SBProcess::SetSelectedThread(const SBThread &thread) { in SetSelectedThread()
385 SBThread SBProcess::GetThreadAtIndex(size_t index) { in GetThreadAtIndex()
388 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()