Home | History | Annotate | Download | only in include

Lines Matching refs:MonitorEnter

457     jint        (*MonitorEnter)(JNIEnv*, jobject);
981 jint MonitorEnter(jobject obj)
982 { return functions->MonitorEnter(this, obj); }