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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c377 #define AWT_POLL_THRESHOLD 1000 // msec, Block if delay is larger macro
552 if((int)curPollTimeout > AWT_POLL_THRESHOLD || (int)curPollTimeout == AWT_POLL_BLOCK)

Completed in 38 milliseconds