Home
last modified time | relevance | path

Searched refs:DestroyRawMonitor (Results 1 – 2 of 2) sorted by relevance

/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1182 jvmtiError (JNICALL *DestroyRawMonitor) (jvmtiEnv* env,
2359 jvmtiError DestroyRawMonitor(jrawMonitorID monitor) { in DestroyRawMonitor() function
2360 return functions->DestroyRawMonitor(this, monitor); in DestroyRawMonitor()
/external/oj-libjdwp/src/share/back/
Dutil.c1223 error = FUNC_PTR(gdata->jvmti,DestroyRawMonitor) in debugMonitorDestroy()