Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cvs-1.12/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];