Searched refs:processStarted (Results 1 – 1 of 1) sorted by relevance
20 static final CountDownLatch processStarted = new CountDownLatch(1); field in Main33 processStarted.countDown(); in run()57 processStarted.await(); in main()