Home
last modified time | relevance | path

Searched refs: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() argument
63 this.endCountDown = endCountDown; in SubclassedInflater()
69 endCountDown.countDown(); in end()
74 CountDownLatch endCountDown; field in TestCleaner.SubclassedDeflater
76 SubclassedDeflater(CountDownLatch endCountDown) { in SubclassedDeflater() argument
77 this.endCountDown = endCountDown; in SubclassedDeflater()
83 endCountDown.countDown(); in end()
129 var endCountDown = new CountDownLatch(20); in testDeInflater() local
146 if (endCountDown.getCount() != 0) in testDeInflater()
[all …]
/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() argument
63 this.endCountDown = endCountDown; in SubclassedInflater()
69 endCountDown.countDown(); in end()
74 CountDownLatch endCountDown; field in TestCleaner.SubclassedDeflater
76 SubclassedDeflater(CountDownLatch endCountDown) { in SubclassedDeflater() argument
77 this.endCountDown = endCountDown; in SubclassedDeflater()
83 endCountDown.countDown(); in end()
129 var endCountDown = new CountDownLatch(20); in testDeInflater() local
146 if (endCountDown.getCount() != 0) in testDeInflater()
[all …]