HomeSort by: relevance | last modified time | path
    Searched defs:high_water_thread (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/diffutils/dist/src/
diff3.c 554 * HIGH_WATER_THREAD names the thread. Similarly the BASE_WATER_MARK
561 * [HIGH_WATER_THREAD]. The OTHER_DIFF is the next diff to check for
563 * CURRENT[HIGH_WATER_THREAD ^ 0x1]. The OTHER_THREAD is the thread
565 * HIGH_WATER_THREAD ^ 0x1.
579 int high_water_thread;
615 high_water_thread = base_water_thread;
617 high_water_diff = current[high_water_thread];
622 using[high_water_thread]
623 = last_using[high_water_thread]
625 current[high_water_thread] = high_water_diff->next
576 int high_water_thread; local
    [all...]
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 661 * HIGH_WATER_THREAD names the thread. Similarly the BASE_WATER_MARK
668 * [HIGH_WATER_THREAD]. The OTHER_DIFF is the next diff to check for
670 * CURRENT[HIGH_WATER_THREAD ^ 0x1]. The OTHER_THREAD is the thread
672 * HIGH_WATER_THREAD ^ 0x1.
689 high_water_thread,
727 high_water_thread = base_water_thread;
729 high_water_diff = current[high_water_thread];
739 using[high_water_thread]
740 = last_using[high_water_thread]
742 current[high_water_thread] = high_water_diff->next
686 high_water_thread, local
    [all...]

Completed in 73 milliseconds