Searched refs:hasConfirmedIsRunning (Results 1 – 1 of 1) sorted by relevance
473 final CountDownLatch hasConfirmedIsRunning = new CountDownLatch(1); field in AbstractServiceTest.ThreadedService486 hasConfirmedIsRunning.await(10, SECONDS)); in awaitRunChecks()496 hasConfirmedIsRunning.countDown(); in doStart()