Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorTest.java51 final CountDownLatch beforeCalled = new CountDownLatch(1); field in ThreadPoolExecutorTest.ExtendedTPE
68 public boolean beforeCalled() { in beforeCalled() method in ThreadPoolExecutorTest.ExtendedTPE
DThreadPoolExecutorSubclassTest.java198 final CountDownLatch beforeCalled = new CountDownLatch(1); field in ThreadPoolExecutorSubclassTest.CustomTPE
215 public boolean beforeCalled() { in beforeCalled() method in ThreadPoolExecutorSubclassTest.CustomTPE
/libcore/ojluni/src/test/java/util/concurrent/tck/
DThreadPoolExecutorTest.java73 final CountDownLatch beforeCalled = new CountDownLatch(1); field in ThreadPoolExecutorTest.ExtendedTPE
90 public boolean beforeCalled() { in beforeCalled() method in ThreadPoolExecutorTest.ExtendedTPE
DThreadPoolExecutorSubclassTest.java220 final CountDownLatch beforeCalled = new CountDownLatch(1); field in ThreadPoolExecutorSubclassTest.CustomTPE
237 public boolean beforeCalled() { in beforeCalled() method in ThreadPoolExecutorSubclassTest.CustomTPE