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()
601 public void setExpectedExecutions(int numExecutions) { in setExpectedExecutions() argument603 if (numExecutions == 0) { in setExpectedExecutions()606 mLatch = new CountDownLatch(numExecutions); in setExpectedExecutions()
484 public void setExpectedExecutions(int numExecutions) { in setExpectedExecutions() argument486 if (numExecutions == 0) { in setExpectedExecutions()489 mLatch = new CountDownLatch(numExecutions); in setExpectedExecutions()