Searched refs:DestroyRawMonitor (Results 1 – 5 of 5) sorted by relevance
44 static jvmtiError DestroyRawMonitor(jvmtiEnv* env, jrawMonitorID monitor);
197 jvmtiError MonitorUtil::DestroyRawMonitor(jvmtiEnv* env ATTRIBUTE_UNUSED, jrawMonitorID id) { in DestroyRawMonitor() function in openjdkjvmti::MonitorUtil
980 static jvmtiError DestroyRawMonitor(jvmtiEnv* env, jrawMonitorID monitor) { in DestroyRawMonitor() function in openjdkjvmti::JvmtiFunctions982 return MonitorUtil::DestroyRawMonitor(env, monitor); in DestroyRawMonitor()1778 JvmtiFunctions::DestroyRawMonitor,
52 jvmtiError result = jvmti_env->DestroyRawMonitor(LongToMonitor(l)); in Java_art_Test923_destroyRawMonitor()
1182 jvmtiError (JNICALL *DestroyRawMonitor) (jvmtiEnv* env,2359 jvmtiError DestroyRawMonitor(jrawMonitorID monitor) { in DestroyRawMonitor() function2360 return functions->DestroyRawMonitor(this, monitor); in DestroyRawMonitor()