Searched refs:DestroyRawMonitor (Results 1 – 2 of 2) sorted by relevance
1182 jvmtiError (JNICALL *DestroyRawMonitor) (jvmtiEnv* env,2359 jvmtiError DestroyRawMonitor(jrawMonitorID monitor) { in DestroyRawMonitor() function2360 return functions->DestroyRawMonitor(this, monitor); in DestroyRawMonitor()
1223 error = FUNC_PTR(gdata->jvmti,DestroyRawMonitor) in debugMonitorDestroy()