Searched refs:enterRun (Results 1 – 1 of 1) sorted by relevance
40 private final CountDownLatch enterRun = new CountDownLatch(1); field in AbstractExecutionThreadServiceTest71 enterRun.await(); // to avoid stopping the service until run() is invoked in testServiceStartStop()84 enterRun.await(); // to avoid stopping the service until run() is invoked in testServiceStopIdempotence()138 enterRun.countDown(); in run()259 enterRun.countDown(); in testServiceThrowOnShutDown()269 enterRun.await(); in run()338 enterRun.await(); in testDefaultService()