Searched defs:terminatedCalled (Results 1 – 4 of 4) sorted by relevance
53 final CountDownLatch terminatedCalled = new CountDownLatch(1); field in ThreadPoolExecutorTest.ExtendedTPE74 public boolean terminatedCalled() { in terminatedCalled() method in ThreadPoolExecutorTest.ExtendedTPE
200 final CountDownLatch terminatedCalled = new CountDownLatch(1); field in ThreadPoolExecutorSubclassTest.CustomTPE221 public boolean terminatedCalled() { in terminatedCalled() method in ThreadPoolExecutorSubclassTest.CustomTPE
75 final CountDownLatch terminatedCalled = new CountDownLatch(1); field in ThreadPoolExecutorTest.ExtendedTPE96 public boolean terminatedCalled() { in terminatedCalled() method in ThreadPoolExecutorTest.ExtendedTPE
222 final CountDownLatch terminatedCalled = new CountDownLatch(1); field in ThreadPoolExecutorSubclassTest.CustomTPE243 public boolean terminatedCalled() { in terminatedCalled() method in ThreadPoolExecutorSubclassTest.CustomTPE