Home | History | Annotate | Download | only in common

Lines Matching full:timers

26 #error  NO TIMERS: Must define at least 1 timer in the system!
182 ** it's four general purpose timers. Any of the four timers
240 ** Note that this works when no timers are active since
286 /* Only update the timeout value if it is less than any other newly started timers */
299 ** it's four general purpose timers. There is no harm in
373 ** Description This function is called by an OS to drive the GKI's timers.
375 ** update the timers for all tasks, and check for timeouts.
395 /* If any timers are running in any tasks, decrement the remaining time til
444 /* Check for OS Task Timers */
449 // task is shutdown do not try to service timers
678 ** Returns the number of timers that have expired
691 /* Note that the tick value of the timers should always be '0' */
914 ** Note: Expired timers have a tick value of '0'.