Home
last modified time | relevance | path

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

/art/test/1932-monitor-events-misc/
Dexpected-stdout.txt27 Testing throwing exception in MonitorWait event
29 Throwing exception in MonitorWait
31 …Caused by: art.Monitors$TestException: throwing exception during MonitorWait of NamedLock[Lock tes…
33 Testing throwing exception in MonitorWait event with illegal aruments
35 Throwing exception in MonitorWait timeout = -100000
66 Monitor usage in MonitorWait: MonitorUsage{ monitor: NamedLock[Lock testMonitorInfoInEvents], owner…
74 Testing that we can lock and release the monitor in the MonitorWait event
/art/tools/jvmti-agents/ti-fast/
DREADME.md77 * `MonitorWait`
109 > `adb shell am start-activity --attach-agent /data/local/tmp/libtifast.so=MonitorWait,ClassPrep…
Dtifast.cc93 …jni_fun(MonitorWait, EVENT(MONITOR_WAIT), (jvmtiEnv* jvmti, JNIEnv* jni, jthread thread, jobject o…
/art/test/ti-agent/
Dmonitors_helper.cc187 current_callbacks.MonitorWait = monitorWaitCB; in Java_art_Monitors_setupMonitorEvents()
/art/openjdkjvmti/
Devents-inl.h117 fn(MonitorWait, ArtJvmtiEvent::kMonitorWait) \
/art/openjdkjvmti/include/
Djvmti.h974 jvmtiEventMonitorWait MonitorWait; member