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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c724 jlong next_flush_time = l_awt_last_flush_time + AWT_FLUSH_TIMEOUT; local
726 if (curTime >= next_flush_time) {
734 awt_next_flush_time = next_flush_time;

Completed in 32 milliseconds