Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/diff/src/
Ddiff3.c556 int high_water_thread; in make_3way_diff() local
592 high_water_thread = base_water_thread; in make_3way_diff()
594 high_water_diff = current[high_water_thread]; in make_3way_diff()
599 using[high_water_thread] in make_3way_diff()
600 = last_using[high_water_thread] in make_3way_diff()
602 current[high_water_thread] = high_water_diff->next; in make_3way_diff()
603 last_using[high_water_thread]->next = 0; in make_3way_diff()
606 other_thread = high_water_thread ^ 0x1; in make_3way_diff()
637 high_water_thread ^= 1; in make_3way_diff()
643 other_thread = high_water_thread ^ 0x1; in make_3way_diff()
[all …]