Searched defs:performPoll (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c345 static void performPoll(JNIEnv *, jlong);
614 performPoll(env, nextTaskTime);
653 performPoll(JNIEnv *env, jlong nextTaskTime) { function
692 performPoll, curPollTimeout);
702 performPoll, curPollTimeout);
708 performPoll, curPollTimeout);
712 } /* performPoll() */
743 * Wakes-up poll() in performPoll
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c123 static void performPoll(JNIEnv *env,int32_t fdXPipe, int32_t fdAWTPipe);
1951 performPoll(env,fdXPipe,fdAWTPipe);
2041 performPoll(JNIEnv *env, int32_t fdXPipe, int32_t fdAWTPipe) { function
2100 } /* performPoll() */

Completed in 41 milliseconds