MCPcopy Create free account
hub / github.com/Firebasky/Java / MonitorExit

Method MonitorExit

JNI/jni/jni.h:1807–1809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1805 return functions->MonitorEnter(this,obj);
1806 }
1807 jint MonitorExit(jobject obj) {
1808 return functions->MonitorExit(this,obj);
1809 }
1810
1811 jint GetJavaVM(JavaVM **vm) {
1812 return functions->GetJavaVM(this,vm);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected