Lines Matching refs:sb_thread
213 SBThread sb_thread; in GetSelectedThread() local
220 sb_thread.SetThread(thread_sp); in GetSelectedThread()
223 return LLDB_RECORD_RESULT(sb_thread); in GetSelectedThread()
231 SBThread sb_thread; in CreateOSPluginThread() local
238 sb_thread.SetThread(thread_sp); in CreateOSPluginThread()
241 return LLDB_RECORD_RESULT(sb_thread); in CreateOSPluginThread()
412 SBThread sb_thread; in GetThreadAtIndex() local
421 sb_thread.SetThread(thread_sp); in GetThreadAtIndex()
424 return LLDB_RECORD_RESULT(sb_thread); in GetThreadAtIndex()
708 SBThread sb_thread; in GetThreadByID() local
717 sb_thread.SetThread(thread_sp); in GetThreadByID()
720 return LLDB_RECORD_RESULT(sb_thread); in GetThreadByID()
727 SBThread sb_thread; in GetThreadByIndexID() local
737 sb_thread.SetThread(thread_sp); in GetThreadByIndexID()
740 return LLDB_RECORD_RESULT(sb_thread); in GetThreadByIndexID()