Searched refs:enterCount (Results 1 – 1 of 1) sorted by relevance
131 private void checkSystemStateMethods(int enterCount) throws Exception { in checkSystemStateMethods() argument132 thread1.callAndAssertReturns(enterCount != 0, "isOccupied"); in checkSystemStateMethods()133 thread1.callAndAssertReturns(enterCount != 0, "isOccupiedByCurrentThread"); in checkSystemStateMethods()134 thread1.callAndAssertReturns(enterCount, "getOccupiedDepth"); in checkSystemStateMethods()136 thread2.callAndAssertReturns(enterCount != 0, "isOccupied"); in checkSystemStateMethods()