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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c409 static int32_t static_poll_timeout = 0; variable
486 static_poll_timeout = atoi(value);
488 if (static_poll_timeout != 0) {
489 curPollTimeout = static_poll_timeout;
531 // If static_poll_timeout is set, curPollTimeout has the fixed value
532 if (static_poll_timeout != 0) return;

Completed in 46 milliseconds