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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c372 /* awt_poll_alg - AWT Poll Events Aging Algorithms */
383 static int awt_poll_alg = AWT_POLL_AGING_FAST; variable
385 static int awt_poll_alg = AWT_POLL_AGING_SLOW; variable
500 awt_poll_alg = tmp_poll_alg;
504 awt_poll_alg = AWT_POLL_AGING_SLOW;
536 switch(awt_poll_alg) {
576 switch(awt_poll_alg) {

Completed in 58 milliseconds