Searched defs:MonitorExit (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/prims/ | ||
H A D | jni.h | 728 jint (JNICALL *MonitorExit) member in struct:JNINativeInterface_ 1807 jint MonitorExit(jobject obj) { function in struct:JNIEnv_ 1808 return functions->MonitorExit(this,obj); |
/openjdk7/jdk/src/share/javavm/export/ | ||
H A D | jni.h | 728 jint (JNICALL *MonitorExit) member in struct:JNINativeInterface_ 1807 jint MonitorExit(jobject obj) { function in struct:JNIEnv_ 1808 return functions->MonitorExit(this,obj); |
Completed in 80 milliseconds