Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:DestroyRawMonitor

959   static jvmtiError DestroyRawMonitor(jvmtiEnv* env, jrawMonitorID monitor) {
961 return MonitorUtil::DestroyRawMonitor(env, monitor);
1777 JvmtiFunctions::DestroyRawMonitor,