Searched refs:handlerInitLatch (Results 1 – 1 of 1) sorted by relevance
42 private final CountDownLatch handlerInitLatch; field in DecodeThread49 handlerInitLatch = new CountDownLatch(1); in DecodeThread()64 handlerInitLatch.await(); in getHandler()75 handlerInitLatch.countDown(); in run()