Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching full:rawmonitornotify

979   static jvmtiError RawMonitorNotify(jvmtiEnv* env, jrawMonitorID monitor) {
981 return MonitorUtil::RawMonitorNotify(env, monitor);
1781 JvmtiFunctions::RawMonitorNotify,