Searched refs:other_thread (Results 1 – 2 of 2) sorted by relevance
688 other_thread; local743 other_thread = high_water_thread ^ 0x1;744 other_diff = current[other_thread];754 if (using[other_thread])755 last_using[other_thread]->next = other_diff;757 using[other_thread] = other_diff;758 last_using[other_thread] = other_diff;763 current[other_thread] = current[other_thread]->next;780 other_thread = high_water_thread ^ 0x1;781 other_diff = current[other_thread];
828 ThreadSP other_thread; in HandleProcessStateChangedEvent() local846 if (!other_thread) in HandleProcessStateChangedEvent()847 other_thread = thread; in HandleProcessStateChangedEvent()862 if (!other_thread) in HandleProcessStateChangedEvent()863 other_thread = thread; in HandleProcessStateChangedEvent()873 else if (other_thread) in HandleProcessStateChangedEvent()874 thread_list.SetSelectedThreadByID(other_thread->GetID()); in HandleProcessStateChangedEvent()