Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorTest.java20 final CountDownLatch beforeCalled = new CountDownLatch(1); field in ThreadPoolExecutorTest.ExtendedTPE
37 public boolean beforeCalled() { in beforeCalled() method in ThreadPoolExecutorTest.ExtendedTPE
DThreadPoolExecutorSubclassTest.java160 final CountDownLatch beforeCalled = new CountDownLatch(1); field in ThreadPoolExecutorSubclassTest.CustomTPE
177 public boolean beforeCalled() { in beforeCalled() method in ThreadPoolExecutorSubclassTest.CustomTPE