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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c394 static jlong awt_last_flush_time = 0LL; /* 0 == no scheduled flush */ variable
617 awt_last_flush_time = awt_next_flush_time;
723 jlong l_awt_last_flush_time = awt_last_flush_time; // last time we flushed queue
731 awt_last_flush_time = curTime;

Completed in 32 milliseconds