Searched refs:numExecutions (Results 1 – 5 of 5) sorted by relevance
102 public void setExpectedExecutions(int numExecutions) { in setExpectedExecutions() argument104 if (numExecutions == 0) { in setExpectedExecutions()107 mLatch = new CountDownLatch(numExecutions); in setExpectedExecutions()
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()