Searched refs:numExecutions (Results 1 – 4 of 4) sorted by relevance
173 public void setExpectedExecutions(int numExecutions) { in setExpectedExecutions() argument175 if (numExecutions == 0) { in setExpectedExecutions()178 mLatch = new CountDownLatch(numExecutions); in setExpectedExecutions()
483 public void setExpectedExecutions(int numExecutions) { in setExpectedExecutions() argument485 if (numExecutions == 0) { in setExpectedExecutions()488 mLatch = new CountDownLatch(numExecutions); in setExpectedExecutions()