Searched defs:afterCalled (Results 1 – 4 of 4) sorted by relevance
52 final CountDownLatch afterCalled = new CountDownLatch(1); field in ThreadPoolExecutorTest.ExtendedTPE71 public boolean afterCalled() { in afterCalled() method in ThreadPoolExecutorTest.ExtendedTPE
199 final CountDownLatch afterCalled = new CountDownLatch(1); field in ThreadPoolExecutorSubclassTest.CustomTPE218 public boolean afterCalled() { in afterCalled() method in ThreadPoolExecutorSubclassTest.CustomTPE
74 final CountDownLatch afterCalled = new CountDownLatch(1); field in ThreadPoolExecutorTest.ExtendedTPE93 public boolean afterCalled() { in afterCalled() method in ThreadPoolExecutorTest.ExtendedTPE
221 final CountDownLatch afterCalled = new CountDownLatch(1); field in ThreadPoolExecutorSubclassTest.CustomTPE240 public boolean afterCalled() { in afterCalled() method in ThreadPoolExecutorSubclassTest.CustomTPE