Searched defs:keepRunning (Results 1 – 5 of 5) sorted by relevance
63 auto keepRunning = true; in threadMain() local
44 public boolean keepRunning() { in keepRunning() method in BenchmarkRunner
193 public boolean keepRunning(long duration) { in keepRunning() method in ManualBenchmarkState204 public boolean keepRunning(List<Long> durations) { in keepRunning() method in ManualBenchmarkState
158 public boolean keepRunning() { in keepRunning() method in BenchmarkState
294 boolean keepRunning = true; field in Swarm.Background