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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c397 static jlong poll_sleep_time = 0LL; // Used for tracing variable
682 if (tracing) poll_sleep_time = awtJNI_TimeMillis();
685 PRINT("%d of %d, res: %d\n", (int)(poll_wakeup_time-poll_sleep_time), (int)timeout, result);

Completed in 42 milliseconds