Lines Matching refs:SBThread
212 SBThread SBProcess::GetSelectedThread() const { in GetSelectedThread()
215 SBThread sb_thread; in GetSelectedThread()
233 SBThread SBProcess::CreateOSPluginThread(lldb::tid_t tid, in CreateOSPluginThread()
237 SBThread sb_thread; in CreateOSPluginThread()
400 bool SBProcess::SetSelectedThread(const SBThread &thread) { in SetSelectedThread()
450 SBThread SBProcess::GetThreadAtIndex(size_t index) { in GetThreadAtIndex()
453 SBThread sb_thread; in GetThreadAtIndex()
811 SBThread SBProcess::GetThreadByID(tid_t tid) { in GetThreadByID()
812 SBThread sb_thread; in GetThreadByID()
834 SBThread SBProcess::GetThreadByIndexID(uint32_t index_id) { in GetThreadByIndexID()
835 SBThread sb_thread; in GetThreadByIndexID()