Searched refs:afterCalled (Results 1 – 4 of 4) sorted by relevance
52 final CountDownLatch afterCalled = new CountDownLatch(1); field in ThreadPoolExecutorTest.ExtendedTPE62 afterCalled.countDown(); in afterExecute()71 public boolean afterCalled() { in afterCalled() method in ThreadPoolExecutorTest.ExtendedTPE72 return afterCalled.getCount() == 0; in afterCalled()1427 await(p.afterCalled); in testBeforeAfter()1429 assertTrue(p.afterCalled()); in testBeforeAfter()
199 final CountDownLatch afterCalled = new CountDownLatch(1); field in ThreadPoolExecutorSubclassTest.CustomTPE209 afterCalled.countDown(); in afterExecute()218 public boolean afterCalled() { in afterCalled() method in ThreadPoolExecutorSubclassTest.CustomTPE219 return afterCalled.getCount() == 0; in afterCalled()1420 await(p.afterCalled); in testBeforeAfter()1422 assertTrue(p.afterCalled()); in testBeforeAfter()
74 final CountDownLatch afterCalled = new CountDownLatch(1); field in ThreadPoolExecutorTest.ExtendedTPE84 afterCalled.countDown(); in afterExecute()93 public boolean afterCalled() { in afterCalled() method in ThreadPoolExecutorTest.ExtendedTPE94 return afterCalled.getCount() == 0; in afterCalled()1444 await(p.afterCalled); in testBeforeAfter()1446 assertTrue(p.afterCalled()); in testBeforeAfter()
221 final CountDownLatch afterCalled = new CountDownLatch(1); field in ThreadPoolExecutorSubclassTest.CustomTPE231 afterCalled.countDown(); in afterExecute()240 public boolean afterCalled() { in afterCalled() method in ThreadPoolExecutorSubclassTest.CustomTPE241 return afterCalled.getCount() == 0; in afterCalled()1442 await(p.afterCalled); in testBeforeAfter()1444 assertTrue(p.afterCalled()); in testBeforeAfter()