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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c347 static void update_poll_timeout(int timeout_control);
526 * @param timeout_control Either TIMEOUT_TIMEDOUT or TIMEOUT_EVENTS
528 static void update_poll_timeout(int timeout_control) { argument
529 PRINT2("tout: %d\n", timeout_control);
538 if (timeout_control == TIMEOUT_TIMEDOUT) {
542 } else if (timeout_control == TIMEOUT_EVENTS) {
549 if (timeout_control == TIMEOUT_TIMEDOUT) {
554 } else if (timeout_control == TIMEOUT_EVENTS) {

Completed in 700 milliseconds