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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp2642 static uint64_t kOneMS = 0; local
2643 if (!kOneMS) {
2644 clock_interval_to_absolutetime_interval(1, kMillisecondScale, &kOneMS);
2648 if ((scheduledEvent > _periodicEventLast) && (scheduledEvent < (now + kOneMS))) {
2682 scheduledEvent = now + kOneMS;
2688 scheduledEvent = now + kOneMS;
2701 scheduledEvent = now + (50 * kOneMS);
2711 if (now + kOneMS > _periodicEventNext) {
2713 _periodicEventNext = now + kOneMS;
2715 if (now + (100 * kOneMS) < _periodicEventNex
[all...]

Completed in 124 milliseconds