Home
last modified time | relevance | path

Searched refs:Object_waitMID (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/native/
Djni_util.c965 static jmethodID Object_waitMID; variable
976 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()