Home
last modified time | relevance | path

Searched refs:expectedUnlocks (Results 1 – 1 of 1) sorted by relevance

/art/test/923-monitors/src/art/
DTest923.java181 int expectedUnlocks = 0; in threadTests() local
186 expectedUnlocks++; in threadTests()
188 expectedUnlocks--; in threadTests()
189 if (expectedUnlocks < 0) { in threadTests()