Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorTest.java52 final CountDownLatch afterCalled = new CountDownLatch(1); field in ThreadPoolExecutorTest.ExtendedTPE
71 public boolean afterCalled() { in afterCalled() method in ThreadPoolExecutorTest.ExtendedTPE
DThreadPoolExecutorSubclassTest.java199 final CountDownLatch afterCalled = new CountDownLatch(1); field in ThreadPoolExecutorSubclassTest.CustomTPE
218 public boolean afterCalled() { in afterCalled() method in ThreadPoolExecutorSubclassTest.CustomTPE
/libcore/ojluni/src/test/java/util/concurrent/tck/
DThreadPoolExecutorTest.java74 final CountDownLatch afterCalled = new CountDownLatch(1); field in ThreadPoolExecutorTest.ExtendedTPE
93 public boolean afterCalled() { in afterCalled() method in ThreadPoolExecutorTest.ExtendedTPE
DThreadPoolExecutorSubclassTest.java221 final CountDownLatch afterCalled = new CountDownLatch(1); field in ThreadPoolExecutorSubclassTest.CustomTPE
240 public boolean afterCalled() { in afterCalled() method in ThreadPoolExecutorSubclassTest.CustomTPE