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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c378 #define AWT_POLL_BLOCK -1 // cause poll() block macro
552 if((int)curPollTimeout > AWT_POLL_THRESHOLD || (int)curPollTimeout == AWT_POLL_BLOCK)
553 curPollTimeout = AWT_POLL_BLOCK;
586 if((int)curPollTimeout == AWT_POLL_BLOCK)
587 ret_timeout = AWT_POLL_BLOCK;

Completed in 32 milliseconds