Searched refs:Object_waitMID (Results 1 – 1 of 1) sorted by relevance
967 static jmethodID Object_waitMID; variable978 if (Object_waitMID == NULL) { in JNU_MonitorWait()983 Object_waitMID = (*env)->GetMethodID(env, cls, "wait", "(J)V"); in JNU_MonitorWait()984 if (Object_waitMID == NULL) { in JNU_MonitorWait()988 (*env)->CallVoidMethod(env, object, Object_waitMID, timeout); in JNU_MonitorWait()