Searched refs:yieldMethodID (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c915 static jmethodID yieldMethodID = NULL; local
928 yieldMethodID = (*env)->GetStaticMethodID(env,
935 if (yieldMethodID == NULL) {
944 (*env)->CallStaticVoidMethod(env, threadClass, yieldMethodID);

Completed in 33 milliseconds