Home
last modified time | relevance | path

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

/aosp12/art/test/1932-monitor-events-misc/
H A Dexpected-stdout.txt2 Locker thread 1 for NamedLock[Lock testLockUncontend] contended-LOCKING NamedLock[Lock testLockUnco…
4 Locker thread 1 for NamedLock[Lock testLockUncontend] LOCKED NamedLock[Lock testLockUncontend]
6 Locker thread 3 for NamedLock[Lock testLockThrowEnter] contended-LOCKING NamedLock[Lock testLockThr…
8 Locker thread 3 for NamedLock[Lock testLockThrowEnter] LOCKED NamedLock[Lock testLockThrowEnter]
13 Locker thread 5 for NamedLock[Lock testLockThrowEntered] contended-LOCKING NamedLock[Lock testLockT…
14 Locker thread 5 for NamedLock[Lock testLockThrowEntered] LOCKED NamedLock[Lock testLockThrowEntered]
20 Locker thread 7 for NamedLock[Lock testLockThrowBoth] contended-LOCKING NamedLock[Lock testLockThro…
22 Locker thread 7 for NamedLock[Lock testLockThrowBoth] LOCKED NamedLock[Lock testLockThrowBoth]
28 Locker thread 8 for NamedLock[Lock testThrowWait] start-monitor-wait NamedLock[Lock testThrowWait] …
40 Locker thread 10 for NamedLock[Lock testThrowWaited] start-monitor-wait NamedLock[Lock testThrowWai…
[all …]
H A Djvm-expected.patch2 > Locker thread 8 for NamedLock[Lock testThrowWait] monitor-waited NamedLock[Lock testThrowWait] ti…
/aosp12/art/test/1931-monitor-events/
H A Dexpected-stdout.txt2 Locker thread 1 for NamedLock[Lock testLock] contended-LOCKING NamedLock[Lock testLock]
3 Locker thread 1 for NamedLock[Lock testLock] LOCKED NamedLock[Lock testLock]
8 Locker thread 2 for NamedLock[Lock testWait] start-monitor-wait NamedLock[Lock testWait] timeout: 0
9 Locker thread 2 for NamedLock[Lock testWait] monitor-waited NamedLock[Lock testWait] timed_out: fal…
11 Locker thread 4 for NamedLock[Lock testTimedWait] start-monitor-wait NamedLock[Lock testTimedWait] …
12 Locker thread 4 for NamedLock[Lock testTimedWait] monitor-waited NamedLock[Lock testTimedWait] time…
15 Locker thread 6 for NamedLock[Lock testTimedWaitTimeout] start-monitor-wait NamedLock[Lock testTime…
16 Locker thread 6 for NamedLock[Lock testTimedWaitTimeout] monitor-waited NamedLock[Lock testTimedWai…
23 Locker thread 7 for NamedLock[Lock testIllegalWait] start-monitor-wait NamedLock[Lock testIllegalWa…
28 Locker thread 8 for NamedLock[Lock testInteruptWait] start-monitor-wait NamedLock[Lock testInterupt…
[all …]
H A Djvm-expected.patch2 < ParkThread start-monitor-wait NamedLock[Parking blocker object] timeout: 1
3 < ParkThread monitor-waited NamedLock[Parking blocker object] timed_out: true
/aosp12/art/test/1930-monitor-info/
H A Dexpected-stdout.txt2 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testSingleThread], owner: <NULL>, entry…
3 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testSingleThread], owner: main, entryCoun…
5 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testSingleThread], owner: <NULL>, entry…
6 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testSingleThread], owner: main, entryCoun…
8 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwice], owner: <NULL>, entryC…
9 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwice], owner: main, entryCou…
10 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwice], owner: main, entryCount…
18 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwiceJN], owner: main, entryCou…
22 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwiceNJ], owner: main, entryCou…
26 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockWait], owner: <NULL>, entryCount:…
[all …]
/aosp12/art/test/1922-owned-monitors-info/
H A Dexpected-stdout.txt3 Owned monitors: [NamedLock("Lock 1")]
7 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 3")]
17 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), NamedLock("Lock 3"), Target("Current thr…
25 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 3")]
29 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 3"), class art.Test1922$Target]
120 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 3")]
130 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), NamedLock("Lock 3"), Target("Other threa…
138 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 3")]
233 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 3")]
243 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), NamedLock("Lock 3"), Target("Other threa…
[all …]
/aosp12/art/test/1930-monitor-info/src/art/
H A DTest1930.java25 Monitors.NamedLock lk = new Monitors.NamedLock("Test1930 - testSingleThread"); in testSingleThread()
29 Monitors.NamedLock lk = new Monitors.NamedLock("Test1930 - testSingleThread"); in testSingleThreadNative()
34 final Monitors.NamedLock lk = new Monitors.NamedLock("Test1930 - testLockedTwice"); in testLockedTwice()
39 final Monitors.NamedLock lk = new Monitors.NamedLock("Test1930 - testLockedTwiceNJ"); in testLockedTwiceNJ()
44 final Monitors.NamedLock lk = new Monitors.NamedLock("Test1930 - testLockedTwiceJN"); in testLockedTwiceJN()
49 final Monitors.NamedLock lk = new Monitors.NamedLock("Test1930 - testLockedTwiceNative"); in testLockedTwiceNative()
58 final Monitors.NamedLock lk = new Monitors.NamedLock("Test1930 - testLockWait"); in testLockWait()
92 final Monitors.NamedLock lk = new Monitors.NamedLock("Test1930 - testNotifyWait"); in testNotifyWait()
H A DMonitors.java37 public static class NamedLock { class in Monitors
40 public NamedLock(String name) { in NamedLock() method in Monitors.NamedLock
122 public final NamedLock lock;
131 public LockController(NamedLock lock) { in LockController()
134 public LockController(NamedLock lock, long timeout) { in LockController()
/aosp12/art/test/1932-monitor-events-misc/src/art/
H A DTest1932.java43 Monitors.NamedLock.class, in run()
47 testLockUncontend(new Monitors.NamedLock("Lock testLockUncontend")); in run()
50 testLockThrowEnter(new Monitors.NamedLock("Lock testLockThrowEnter")); in run()
53 testLockThrowEntered(new Monitors.NamedLock("Lock testLockThrowEntered")); in run()
56 testLockThrowBoth(new Monitors.NamedLock("Lock testLockThrowBoth")); in run()
62 testThrowWait(new Monitors.NamedLock("Lock testThrowWait")); in run()
65 testThrowIllegalWait(new Monitors.NamedLock("Lock testThrowIllegalWait")); in run()
68 testThrowWaited(new Monitors.NamedLock("Lock testThrowWaited")); in run()
93 testWaitMonitorEnter(new Monitors.NamedLock("test testWaitMonitorEnter")); in run()
109 public static native void doNativeLockPrint(Monitors.NamedLock lk); in doNativeLockPrint()
[all …]
H A DMonitors.java37 public static class NamedLock { class in Monitors
40 public NamedLock(String name) { in NamedLock() method in Monitors.NamedLock
122 public final NamedLock lock;
131 public LockController(NamedLock lock) { in LockController()
134 public LockController(NamedLock lock, long timeout) { in LockController()
/aosp12/art/test/1931-monitor-events/src/art/
H A DTest1931.java83 Monitors.NamedLock.class, in run()
87 testLock(new Monitors.NamedLock("Lock testLock")); in run()
90 testPark(new Monitors.NamedLock("Parking blocker object")); in run()
93 testWait(new Monitors.NamedLock("Lock testWait")); in run()
96 testTimedWait(new Monitors.NamedLock("Lock testTimedWait")); in run()
104 testUnlockedWait(new Monitors.NamedLock("Lock testUnlockedWait")); in run()
107 testIllegalWait(new Monitors.NamedLock("Lock testIllegalWait")); in run()
110 testInteruptWait(new Monitors.NamedLock("Lock testInteruptWait")); in run()
169 public static void testLock(Monitors.NamedLock lk) throws Exception { in testLock()
184 public static void testWait(Monitors.NamedLock lk) throws Exception { in testWait()
[all …]
H A DMonitors.java37 public static class NamedLock { class in Monitors
40 public NamedLock(String name) { in NamedLock() method in Monitors.NamedLock
122 public final NamedLock lock;
131 public LockController(NamedLock lock) { in LockController()
134 public LockController(NamedLock lock, long timeout) { in LockController()
/aosp12/art/test/1933-monitor-current-contended/src/art/
H A DTest1933.java22 testNoContention(new Monitors.NamedLock("test testNoContention")); in run()
25 testNormalContendedMonitor(new Monitors.NamedLock("test testNormalContendedMonitor")); in run()
28 testNormalWaitMonitor(new Monitors.NamedLock("test testNormalWaitMonitor")); in run()
31 public static void testNormalWaitMonitor(final Monitors.NamedLock lk) throws Exception { in testNormalWaitMonitor()
48 public static void testNormalContendedMonitor(final Monitors.NamedLock lk) throws Exception { in testNormalContendedMonitor()
61 public static void testNoContention(final Monitors.NamedLock lk) throws Exception { in testNoContention()
H A DMonitors.java37 public static class NamedLock { class in Monitors
40 public NamedLock(String name) { in NamedLock() method in Monitors.NamedLock
122 public final NamedLock lock;
131 public LockController(NamedLock lock) { in LockController()
134 public LockController(NamedLock lock, long timeout) { in LockController()
/aosp12/art/test/1922-owned-monitors-info/src/art/
H A DTest1922.java116 public static class NamedLock { class in Test1922
118 public NamedLock(String name) { this.name = name; } in NamedLock() method in Test1922.NamedLock
179 final NamedLock l1 = new NamedLock("Lock 1"); in runTestsOtherThread()
180 final NamedLock l2 = new NamedLock("Lock 2"); in runTestsOtherThread()
181 final NamedLock l3 = new NamedLock("Lock 3"); in runTestsOtherThread()
224 final NamedLock l1 = new NamedLock("Lock 1"); in runTestsCurrentThread()
225 final NamedLock l2 = new NamedLock("Lock 2"); in runTestsCurrentThread()
226 final NamedLock l3 = new NamedLock("Lock 3"); in runTestsCurrentThread()
/aosp12/art/test/1934-jvmti-signal-thread/src/art/
H A DMonitors.java37 public static class NamedLock { class in Monitors
40 public NamedLock(String name) { in NamedLock() method in Monitors.NamedLock
122 public final NamedLock lock;
131 public LockController(NamedLock lock) { in LockController()
134 public LockController(NamedLock lock, long timeout) { in LockController()
/aosp12/art/test/jvmti-common/
H A DMonitors.java37 public static class NamedLock { class in Monitors
40 public NamedLock(String name) { in NamedLock() method in Monitors.NamedLock
122 public final NamedLock lock;
131 public LockController(NamedLock lock) { in LockController()
134 public LockController(NamedLock lock, long timeout) { in LockController()
/aosp12/art/test/1933-monitor-current-contended/
H A Dexpected-stdout.txt4 c2 is contending for monitor: NamedLock[test testNormalContendedMonitor]
6 c1 is contending for monitor: NamedLock[test testNormalWaitMonitor]