Searched refs:hasRun (Results 1 – 3 of 3) sorted by relevance
16 private boolean hasRun; field in SimpleFuture29 if (!hasRun) { in cancel()41 while (!hasRun) this.wait(); in get()50 while (!hasRun) this.wait(unit.toMillis(timeout)); in get()59 hasRun = true; in run()
27 private final AtomicBoolean hasRun = new AtomicBoolean(); field in SingleRun35 if (hasRun.compareAndSet(false, true)) { in singleRun()
88 if (hasRun) { in process()113 hasRun = true; in process()162 private boolean hasRun = false; field in OperatorProcessor