Home | History | Annotate | Download | only in include

Lines Matching defs:MonitorExit

474     jint        (*MonitorExit)(JNIEnv*, jobject);
1017 jint MonitorExit(jobject obj)
1018 { return functions->MonitorExit(this, obj); }