Searched refs:MonitorWait (Results 1 – 6 of 6) sorted by relevance
27 Testing throwing exception in MonitorWait event29 Throwing exception in MonitorWait31 …Caused by: art.Monitors$TestException: throwing exception during MonitorWait of NamedLock[Lock tes…33 Testing throwing exception in MonitorWait event with illegal aruments35 Throwing exception in MonitorWait timeout = -10000066 Monitor usage in MonitorWait: MonitorUsage{ monitor: NamedLock[Lock testMonitorInfoInEvents], owner…74 Testing that we can lock and release the monitor in the MonitorWait event
77 * `MonitorWait`109 > `adb shell am start-activity --attach-agent /data/local/tmp/libtifast.so=MonitorWait,ClassPrep…
93 …jni_fun(MonitorWait, EVENT(MONITOR_WAIT), (jvmtiEnv* jvmti, JNIEnv* jni, jthread thread, jobject o…
187 current_callbacks.MonitorWait = monitorWaitCB; in Java_art_Monitors_setupMonitorEvents()
117 fn(MonitorWait, ArtJvmtiEvent::kMonitorWait) \
974 jvmtiEventMonitorWait MonitorWait; member