Searched refs:other_thread (Results 1 – 3 of 3) sorted by relevance
70 other_thread = None73 other_thread = t77 self.assertTrue(other_thread)78 process.SetSelectedThread(other_thread)80 print "selected thread:" + lldbutil.get_description(other_thread)86 depth = other_thread.GetNumFrames()88 frame = other_thread.GetFrameAtIndex(i)91 other_thread.SetSelectedFrame(i)
51 pthread_t other_thread; in main() local63 rc = pthread_create(&other_thread, NULL, run_fn, NULL); in main()88 rc = pthread_join(other_thread, NULL); in main()
824 SBThread other_thread; in UpdateSelectedThread() local844 if (!other_thread.IsValid()) in UpdateSelectedThread()845 other_thread = thread; in UpdateSelectedThread()855 else if (other_thread.IsValid()) in UpdateSelectedThread()856 process.SetSelectedThread (other_thread); in UpdateSelectedThread()