Searched refs:DestroyRawMonitor (Results 1 – 6 of 6) sorted by relevance
150 jvmti_env->DestroyRawMonitor(mon->start_monitor); in Java_art_Test1934_destroyNativeMonitor()151 jvmti_env->DestroyRawMonitor(mon->continue_monitor); in Java_art_Test1934_destroyNativeMonitor()
44 static jvmtiError DestroyRawMonitor(jvmtiEnv* env, jrawMonitorID monitor);
241 jvmtiError MonitorUtil::DestroyRawMonitor(jvmtiEnv* env ATTRIBUTE_UNUSED, jrawMonitorID id) { in DestroyRawMonitor() function in openjdkjvmti::MonitorUtil
984 static jvmtiError DestroyRawMonitor(jvmtiEnv* env, jrawMonitorID monitor) { in DestroyRawMonitor() function in openjdkjvmti::JvmtiFunctions986 return MonitorUtil::DestroyRawMonitor(env, monitor); in DestroyRawMonitor()1611 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()