Home
last modified time | relevance | path

Searched refs:DestroyRawMonitor (Results 1 – 5 of 5) sorted by relevance

/art/runtime/openjdkjvmti/
Dti_monitor.h44 static jvmtiError DestroyRawMonitor(jvmtiEnv* env, jrawMonitorID monitor);
Dti_monitor.cc197 jvmtiError MonitorUtil::DestroyRawMonitor(jvmtiEnv* env ATTRIBUTE_UNUSED, jrawMonitorID id) { in DestroyRawMonitor() function in openjdkjvmti::MonitorUtil
DOpenjdkJvmTi.cc980 static jvmtiError DestroyRawMonitor(jvmtiEnv* env, jrawMonitorID monitor) { in DestroyRawMonitor() function in openjdkjvmti::JvmtiFunctions
982 return MonitorUtil::DestroyRawMonitor(env, monitor); in DestroyRawMonitor()
1778 JvmtiFunctions::DestroyRawMonitor,
/art/test/923-monitors/
Dmonitors.cc52 jvmtiError result = jvmti_env->DestroyRawMonitor(LongToMonitor(l)); in Java_art_Test923_destroyRawMonitor()
/art/runtime/openjdkjvmti/include/
Djvmti.h1182 jvmtiError (JNICALL *DestroyRawMonitor) (jvmtiEnv* env,
2359 jvmtiError DestroyRawMonitor(jrawMonitorID monitor) { in DestroyRawMonitor() function
2360 return functions->DestroyRawMonitor(this, monitor); in DestroyRawMonitor()