Home
last modified time | relevance | path

Searched defs:endCountDown (Results 1 – 2 of 2) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/zip/ZipFile/
H A DTestCleaner.java60 CountDownLatch endCountDown; field in TestCleaner.SubclassedInflater
62 SubclassedInflater(CountDownLatch endCountDown) { in SubclassedInflater()
74 CountDownLatch endCountDown; field in TestCleaner.SubclassedDeflater
76 SubclassedDeflater(CountDownLatch endCountDown) { in SubclassedDeflater()
129 var endCountDown = new CountDownLatch(20); in testDeInflater() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/zip/ZipFile/
H A DTestCleaner.java60 CountDownLatch endCountDown; field in TestCleaner.SubclassedInflater
62 SubclassedInflater(CountDownLatch endCountDown) { in SubclassedInflater()
74 CountDownLatch endCountDown; field in TestCleaner.SubclassedDeflater
76 SubclassedDeflater(CountDownLatch endCountDown) { in SubclassedDeflater()
129 var endCountDown = new CountDownLatch(20); in testDeInflater() local