Home
last modified time | relevance | path

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

/art/test/1930-monitor-info/
Dexpected-stdout.txt2 …r: NamedLock[Test1930 - testSingleThread], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
3 …tor: NamedLock[Test1930 - testSingleThread], owner: main, entryCount: 1, waiters: [], notify_waite…
5 …r: NamedLock[Test1930 - testSingleThread], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
6 …tor: NamedLock[Test1930 - testSingleThread], owner: main, entryCount: 1, waiters: [], notify_waite…
8 …or: NamedLock[Test1930 - testLockedTwice], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
9 …itor: NamedLock[Test1930 - testLockedTwice], owner: main, entryCount: 1, waiters: [], notify_waite…
10 …itor: NamedLock[Test1930 - testLockedTwice], owner: main, entryCount: 2, waiters: [], notify_waite…
12 …medLock[Test1930 - testLockedTwiceNative], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
13 …NamedLock[Test1930 - testLockedTwiceNative], owner: main, entryCount: 1, waiters: [], notify_waite…
14 …NamedLock[Test1930 - testLockedTwiceNative], owner: main, entryCount: 2, waiters: [], notify_waite…
[all …]
/art/test/1932-monitor-events-misc/
Dexpected-stdout.jvm.txt11 …nitor: NamedLock[Lock testLockThrowEnter], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
18 …tor: NamedLock[Lock testLockThrowEntered], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
26 …onitor: NamedLock[Lock testLockThrowBoth], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
33 …e{ monitor: NamedLock[Lock testThrowWait], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
39 …tor: NamedLock[Lock testThrowIllegalWait], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
46 … monitor: NamedLock[Lock testThrowWaited], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
53 …r: NamedLock[Lock testThrowWaitedTimeout], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
60 … NamedLock[Lock testThrowWaitedInterrupt], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
63 …er thread 14 for NamedLock[Lock testMonitorInfoInEvents], entryCount: 1, waiters: [], notify_waite…
65 …er thread 15 for NamedLock[Lock testMonitorInfoInEvents], entryCount: 1, waiters: [], notify_waite…
[all …]
Dexpected-stdout.txt11 …nitor: NamedLock[Lock testLockThrowEnter], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
18 …tor: NamedLock[Lock testLockThrowEntered], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
26 …onitor: NamedLock[Lock testLockThrowBoth], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
32 …e{ monitor: NamedLock[Lock testThrowWait], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
38 …tor: NamedLock[Lock testThrowIllegalWait], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
45 … monitor: NamedLock[Lock testThrowWaited], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
52 …r: NamedLock[Lock testThrowWaitedTimeout], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
59 … NamedLock[Lock testThrowWaitedInterrupt], owner: <NULL>, entryCount: 0, waiters: [], notify_waite…
62 …er thread 14 for NamedLock[Lock testMonitorInfoInEvents], entryCount: 1, waiters: [], notify_waite…
64 …er thread 15 for NamedLock[Lock testMonitorInfoInEvents], entryCount: 1, waiters: [], notify_waite…
[all …]
/art/test/1930-monitor-info/src/art/
DMonitors.java79 public final Thread[] waiters; field in Monitors.MonitorUsage
86 Thread[] waiters, in MonitorUsage() argument
91 this.waiters = waiters; in MonitorUsage()
105 toNameList(waiters), in toString()
267 !Arrays.asList(Monitors.getObjectMonitorUsage(lock).waiters).contains(runner)); in waitForContendedSleep()
DTest1930.java74 if (Arrays.asList(Monitors.getObjectMonitorUsage(lk).waiters).contains(t)) { in testLockWait()
/art/test/1933-monitor-current-contended/src/art/
DMonitors.java79 public final Thread[] waiters; field in Monitors.MonitorUsage
86 Thread[] waiters, in MonitorUsage() argument
91 this.waiters = waiters; in MonitorUsage()
105 toNameList(waiters), in toString()
267 !Arrays.asList(Monitors.getObjectMonitorUsage(lock).waiters).contains(runner)); in waitForContendedSleep()
/art/test/1931-monitor-events/src/art/
DMonitors.java79 public final Thread[] waiters; field in Monitors.MonitorUsage
86 Thread[] waiters, in MonitorUsage() argument
91 this.waiters = waiters; in MonitorUsage()
105 toNameList(waiters), in toString()
267 !Arrays.asList(Monitors.getObjectMonitorUsage(lock).waiters).contains(runner)); in waitForContendedSleep()
/art/test/1932-monitor-events-misc/src/art/
DMonitors.java79 public final Thread[] waiters; field in Monitors.MonitorUsage
86 Thread[] waiters, in MonitorUsage() argument
91 this.waiters = waiters; in MonitorUsage()
105 toNameList(waiters), in toString()
267 !Arrays.asList(Monitors.getObjectMonitorUsage(lock).waiters).contains(runner)); in waitForContendedSleep()
/art/test/1934-jvmti-signal-thread/src/art/
DMonitors.java79 public final Thread[] waiters; field in Monitors.MonitorUsage
86 Thread[] waiters, in MonitorUsage() argument
91 this.waiters = waiters; in MonitorUsage()
105 toNameList(waiters), in toString()
267 !Arrays.asList(Monitors.getObjectMonitorUsage(lock).waiters).contains(runner)); in waitForContendedSleep()
/art/test/jvmti-common/
DMonitors.java79 public final Thread[] waiters; field in Monitors.MonitorUsage
86 Thread[] waiters, in MonitorUsage() argument
91 this.waiters = waiters; in MonitorUsage()
105 toNameList(waiters), in toString()
267 !Arrays.asList(Monitors.getObjectMonitorUsage(lock).waiters).contains(runner)); in waitForContendedSleep()
/art/test/ti-agent/
Dmonitors_helper.cc55 [&](jint i) { return usage.waiters[i]; }); in Java_art_Monitors_getObjectMonitorUsage()
57 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(usage.waiters)); in Java_art_Monitors_getObjectMonitorUsage()
64 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(usage.waiters)); in Java_art_Monitors_getObjectMonitorUsage()
/art/runtime/
Dmonitor_inflation.md9 The `LockWord` suffices for representing the state of unlocked objects with no waiters, whether or
53 executed. (Notification on an object with no waiters is trivial and does not require inflation.)
65 unheld monitors with no waiters. This is done with all other threads suspended.
/art/openjdkjvmti/
Dti_object.cc127 reinterpret_cast<unsigned char**>(&usage->waiters)); in GetObjectMonitorUsage()
/art/openjdkjvmti/include/
Djvmti.h613 jthread* waiters; member
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt7664 Ljava/util/concurrent/FutureTask;->waiters:Ljava/util/concurrent/FutureTask$WaitNode;