Home
last modified time | relevance | path

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

/art/test/1932-monitor-events-misc/
Dexpected.txt39 Testing throwing exception in MonitorWaited event
42 Throwing exception in MonitorWaited
46 Testing throwing exception in MonitorWaited event caused by timeout
49 Throwing exception in MonitorWaited
53 Testing throwing exception in MonitorWaited event caused by interrupt
56 Throwing exception in MonitorWaited
68 Monitor usage in MonitorWaited: MonitorUsage{ monitor: NamedLock[Lock testMonitorInfoInEvents], own…
69 Testing that the monitor can be stolen during the MonitorWaited event.
72 locking controller3 in controller2 MonitorWaited event
79 Testing that we can lock and release the monitor in the MonitorWaited event
/art/tools/jvmti-agents/ti-fast/
DREADME.md79 * `MonitorWaited`
Dtifast.cc94 …jni_fun(MonitorWaited, EVENT(MONITOR_WAITED), (jvmtiEnv* jvmti, JNIEnv* jni, jthread thread, jobje…
/art/test/ti-agent/
Dmonitors_helper.cc188 current_callbacks.MonitorWaited = monitorWaitedCB; in Java_art_Monitors_setupMonitorEvents()
/art/openjdkjvmti/
Devents-inl.h118 fn(MonitorWaited, ArtJvmtiEvent::kMonitorWaited) \
/art/openjdkjvmti/include/
Djvmti.h976 jvmtiEventMonitorWaited MonitorWaited; member