Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorTest.java53 final CountDownLatch terminatedCalled = new CountDownLatch(1); field in ThreadPoolExecutorTest.ExtendedTPE
74 public boolean terminatedCalled() { in terminatedCalled() method in ThreadPoolExecutorTest.ExtendedTPE
DThreadPoolExecutorSubclassTest.java200 final CountDownLatch terminatedCalled = new CountDownLatch(1); field in ThreadPoolExecutorSubclassTest.CustomTPE
221 public boolean terminatedCalled() { in terminatedCalled() method in ThreadPoolExecutorSubclassTest.CustomTPE
/libcore/ojluni/src/test/java/util/concurrent/tck/
DThreadPoolExecutorTest.java75 final CountDownLatch terminatedCalled = new CountDownLatch(1); field in ThreadPoolExecutorTest.ExtendedTPE
96 public boolean terminatedCalled() { in terminatedCalled() method in ThreadPoolExecutorTest.ExtendedTPE
DThreadPoolExecutorSubclassTest.java222 final CountDownLatch terminatedCalled = new CountDownLatch(1); field in ThreadPoolExecutorSubclassTest.CustomTPE
243 public boolean terminatedCalled() { in terminatedCalled() method in ThreadPoolExecutorSubclassTest.CustomTPE