Home | History | Annotate | Download | only in include

Lines Matching defs:MonitorExit

458     jint        (*MonitorExit)(JNIEnv*, jobject);
984 jint MonitorExit(jobject obj)
985 { return functions->MonitorExit(this, obj); }