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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dkeyboard.c2176 struct atimer *poll_timer;
2193 /* Timer callback function for poll_timer. TIMER is equal to
2194 poll_timer. */
2225 if (poll_timer == NULL
2226 || EMACS_SECS (poll_timer->interval) != polling_period)
2230 if (poll_timer)
2231 cancel_atimer (poll_timer);
2234 poll_timer = start_atimer (ATIMER_CONTINUOUS, interval,
2302 stop_other_atimers (poll_timer);
2165 struct atimer *poll_timer; variable in typeref:struct:atimer

Completed in 183 milliseconds