Lines Matching defs:MonitorExit
473 jint (*MonitorExit)(JNIEnv*, jobject);999 jint MonitorExit(jobject obj)1000 { return functions->MonitorExit(this, obj); }