Searched refs:Object_waitMID (Results 1 – 1 of 1) sorted by relevance
965 static jmethodID Object_waitMID; variable976 if (Object_waitMID == NULL) { in JNU_MonitorWait()981 Object_waitMID = (*env)->GetMethodID(env, cls, "wait", "(J)V"); in JNU_MonitorWait()982 if (Object_waitMID == NULL) { in JNU_MonitorWait()986 (*env)->CallVoidMethod(env, object, Object_waitMID, timeout); in JNU_MonitorWait()