Lines Matching refs:idle
2790 CARD32 idle = GetTimeInMillis() - lastDeviceEventTime.milliseconds;
2791 XSyncIntsToValue (pValue_return, idle, 0);
2797 XSyncValue idle, old_idle;
2805 IdleTimeQueryValue (NULL, &idle);
2806 IdleTimeCounter->value = idle; /* push, so CheckTrigger works */
2809 XSyncValueLessOrEqual (idle, *pIdleTimeValueLess))
2812 * We've been idle for less than the threshold value, and someone
2815 * current idle time, and if any succeed, bomb out of select()
2827 * We've been called exactly on the idle time, but we have a
2829 * idle time greater than this. Schedule a wakeup for the next
2832 if (XSyncValueEqual (idle, *pIdleTimeValueLess))
2839 * idle less than it, schedule a wakeup for sometime in the future.
2840 * If we've been idle more than it, and someone wants to know about
2845 if (XSyncValueLessThan (idle, *pIdleTimeValueGreater)) {
2850 idle, &overflow);
2871 XSyncValue idle;
2876 IdleTimeQueryValue (NULL, &idle);
2879 XSyncValueGreaterOrEqual (idle, *pIdleTimeValueGreater)) ||
2881 XSyncValueLessOrEqual (idle, *pIdleTimeValueLess)))
2883 SyncChangeCounter (IdleTimeCounter, idle);
2914 XSyncValue idle;
2916 IdleTimeQueryValue (NULL, &idle);
2919 IdleTimeCounter = SyncCreateSystemCounter ("IDLETIME", idle, resolution,