HomeSort by relevance Sort by last modified time
    Searched refs:beforeCalled (Results 1 - 2 of 2) sorted by null

  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadPoolExecutorSubclassTest.java 198 final CountDownLatch beforeCalled = new CountDownLatch(1);
206 beforeCalled.countDown();
215 public boolean beforeCalled() {
216 return beforeCalled.getCount() == 0;
    [all...]
ThreadPoolExecutorTest.java 51 final CountDownLatch beforeCalled = new CountDownLatch(1);
59 beforeCalled.countDown();
68 public boolean beforeCalled() {
69 return beforeCalled.getCount() == 0;
    [all...]

Completed in 3400 milliseconds