Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/
H A DTestTarget.java26 public static int unboostCountLocked = 0; field in TestTarget
42 unboostCountLocked++; in unboost()
H A DTestMain.java66 Assert.assertEquals(TestTarget.unboostCountLocked, 0); in testSimpleSynchronizedBlock()
78 Assert.assertEquals(TestTarget.unboostCountLocked, 0); in testSimpleSynchronizedBlock()
89 Assert.assertEquals(TestTarget.unboostCountLocked, 0); in testSimpleSynchronizedMethod()
97 Assert.assertEquals(TestTarget.unboostCountLocked, 0); in testSimpleSynchronizedMethod()
108 Assert.assertEquals(TestTarget.unboostCountLocked, 0); in testSimpleSynchronizedMethod2()
116 Assert.assertEquals(TestTarget.unboostCountLocked, 0); in testSimpleSynchronizedMethod2()