Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorTest.java22 final CountDownLatch terminatedCalled = new CountDownLatch(1); field in ThreadPoolExecutorTest.ExtendedTPE
43 public boolean terminatedCalled() { in terminatedCalled() method in ThreadPoolExecutorTest.ExtendedTPE
DThreadPoolExecutorSubclassTest.java162 final CountDownLatch terminatedCalled = new CountDownLatch(1); field in ThreadPoolExecutorSubclassTest.CustomTPE
183 public boolean terminatedCalled() { in terminatedCalled() method in ThreadPoolExecutorSubclassTest.CustomTPE