Home
last modified time | relevance | path

Searched refs:other_thread (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/diff/
H A Ddiff3.c688 other_thread; local
743 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];
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp828 ThreadSP other_thread; in HandleProcessStateChangedEvent() local
846 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()