Searched refs:enterCount (Results 1 – 3 of 3) sorted by relevance
55 private int enterCount; field in InternalContext67 this.enterCount = 1; in InternalContext()72 enterCount++; in enter()78 int newCount = --enterCount; in close()
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()
META-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...