Home | History | Annotate | Download | only in include

Lines Matching defs:MonitorEnter

473     jint        (*MonitorEnter)(JNIEnv*, jobject);
1014 jint MonitorEnter(jobject obj)
1015 { return functions->MonitorEnter(this, obj); }