Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorTest.java21 final CountDownLatch afterCalled = new CountDownLatch(1); field in ThreadPoolExecutorTest.ExtendedTPE
40 public boolean afterCalled() { in afterCalled() method in ThreadPoolExecutorTest.ExtendedTPE
DThreadPoolExecutorSubclassTest.java161 final CountDownLatch afterCalled = new CountDownLatch(1); field in ThreadPoolExecutorSubclassTest.CustomTPE
180 public boolean afterCalled() { in afterCalled() method in ThreadPoolExecutorSubclassTest.CustomTPE