Home
last modified time | relevance | path

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

/art/test/1932-monitor-events-misc/
Dexpected.txt2 Locker thread 1 for NamedLock[Lock testLockUncontend] contended-LOCKING NamedLock[Lock testLockUnco…
3 Releasing NamedLock[Lock testLockUncontend] during monitorEnter event.
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]
10 …Caused by: art.Monitors$TestException: throwing exception during monitorEnter of NamedLock[Lock te…
11 lock state is: MonitorUsage{ monitor: NamedLock[Lock testLockThrowEnter], owner: <NULL>, entryCount…
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]
17 …Caused by: art.Monitors$TestException: throwing exception during monitorEntered of NamedLock[Lock …
[all …]
Djvm-expected.patch2 > Locker thread 8 for NamedLock[Lock testThrowWait] monitor-waited NamedLock[Lock testThrowWait] ti…
/art/test/1931-monitor-events/
Dexpected.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]
5 ParkThread start-monitor-wait NamedLock[Parking blocker object] timeout: 1
6 ParkThread monitor-waited NamedLock[Parking blocker object] timed_out: true
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…
[all …]
Djvm-expected.patch2 < ParkThread start-monitor-wait NamedLock[Parking blocker object] timeout: 1
3 < ParkThread monitor-waited NamedLock[Parking blocker object] timed_out: true
/art/test/1930-monitor-info/
Dexpected.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…
12 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwiceNative], owner: <NULL>, …
13 Pre-lock[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwiceNative], owner: main, en…
14 Thread[main]: MonitorUsage{ monitor: NamedLock[Test1930 - testLockedTwiceNative], owner: main, entr…
[all …]
/art/test/1930-monitor-info/src/art/
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()
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()
/art/test/1922-owned-monitors-info/
Dexpected.txt3 Owned monitors: [NamedLock("Lock 1")]
5 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Current thread test: owned-monit…
7 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 3")]
9 Owned monitors: [NamedLock("Lock 1"), Target("Current thread test: owned-monitor")]
11 Owned monitors: [NamedLock("Lock 1"), class art.Test1922$Target]
13 Owned monitors: [NamedLock("Lock 1"), Target("Current thread test: owned-monitor")]
15 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Current thread test: owned-monit…
17 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), NamedLock("Lock 3"), Target("Current thr…
19 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Current thread test: owned-monit…
21 Owned monitors: [NamedLock("Lock 1"), NamedLock("Lock 2"), Target("Current thread test: owned-monit…
[all …]
/art/test/1933-monitor-current-contended/src/art/
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()
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()
/art/test/1931-monitor-events/src/art/
DTest1931.java65 Monitors.NamedLock.class, in run()
69 testLock(new Monitors.NamedLock("Lock testLock")); in run()
72 testPark(new Monitors.NamedLock("Parking blocker object")); in run()
75 testWait(new Monitors.NamedLock("Lock testWait")); in run()
78 testTimedWait(new Monitors.NamedLock("Lock testTimedWait")); in run()
81 testTimedWaitTimeout(new Monitors.NamedLock("Lock testTimedWaitTimeout")); in run()
86 testUnlockedWait(new Monitors.NamedLock("Lock testUnlockedWait")); in run()
89 testIllegalWait(new Monitors.NamedLock("Lock testIllegalWait")); in run()
92 testInteruptWait(new Monitors.NamedLock("Lock testInteruptWait")); in run()
103 public static void testInteruptWait(final Monitors.NamedLock lk) throws Exception { in testInteruptWait()
[all …]
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()
/art/test/1932-monitor-events-misc/src/art/
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()
71 testThrowWaitedTimeout(new Monitors.NamedLock("Lock testThrowWaitedTimeout")); in run()
74 testThrowWaitedInterrupt(new Monitors.NamedLock("Lock testThrowWaitedInterrupt")); in run()
[all …]
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()
/art/test/1922-owned-monitors-info/src/art/
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()
/art/test/1933-monitor-current-contended/
Dexpected.txt4 c2 is contending for monitor: NamedLock[test testNormalContendedMonitor]
6 c1 is contending for monitor: NamedLock[test testNormalWaitMonitor]
/art/test/1934-jvmti-signal-thread/src/art/
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()
/art/test/jvmti-common/
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()