HomeSort by relevance Sort by last modified time
    Searched refs:JNU_MonitorWait (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/native/
jni_util.h 265 JNU_MonitorWait(JNIEnv *env, jobject object, jlong timeout);
jni_util.c 970 JNU_MonitorWait(JNIEnv *env, jobject object, jlong timeout)
973 JNU_ThrowNullPointerException(env, "JNU_MonitorWait argument");
    [all...]

Completed in 46 milliseconds