mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-2-4-25' into patch
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -38,9 +38,8 @@ public class IncrementalLoadJob<ROW_OBJECT> extends Job implements ThreadedTable
|
||||
* by this job. By default, the value is 0, which means there is nothing to wait for. If we
|
||||
* flush, this will be set to 1.
|
||||
*/
|
||||
private CountDownLatch completedCallbackLatch = new CountDownLatch(0);
|
||||
private volatile CountDownLatch completedCallbackLatch = new CountDownLatch(0);
|
||||
private volatile boolean isCancelled = false;
|
||||
|
||||
private volatile IncrementalUpdatingAccumulator incrementalAccumulator;
|
||||
|
||||
IncrementalLoadJob(ThreadedTableModel<ROW_OBJECT, ?> threadedModel,
|
||||
|
||||
Reference in New Issue
Block a user