Lines Matching full:timeout

16  * 2012-12-15     Bernard      fix the next timeout issue in soft timer
18 * timeout function.
57 * timer timeout callback function.
68 * timer timeout callback function.
81 void (*timeout)(void *parameter), in _rt_timer_init()
94 timer->timeout_func = timeout; in _rt_timer_init()
173 * @param timeout the timeout function
174 * @param parameter the parameter of timeout function
180 void (*timeout)(void *parameter), in rt_timer_init()
191 _rt_timer_init(timer, timeout, parameter, time, flag); in rt_timer_init()
230 * @param timeout the timeout function
231 * @param parameter the parameter of timeout function
238 void (*timeout)(void *parameter), in rt_timer_create()
252 _rt_timer_init(timer, timeout, parameter, time, flag); in rt_timer_create()
320 * get timeout tick, in rt_timer_start()
321 * the max timeout tick shall not great than RT_TICK_MAX/2 in rt_timer_start()
354 /* If we have two timers that timeout at the same time, it's in rt_timer_start()
356 * So insert the new timer to the end the the some-timeout timer in rt_timer_start()
489 * This function will check timer list, if a timeout event happens, the
490 * corresponding timeout function will be invoked.
523 /* call timeout function */ in rt_timer_check()
556 * This function will return the next timeout tick in the system.
558 * @return the next timeout tick in the system
567 * This function will check timer list, if a timeout event happens, the
568 * corresponding timeout function will be invoked.
602 /* not lock scheduler when performing timeout function */ in rt_soft_timer_check()
604 /* call timeout function */ in rt_soft_timer_check()
645 /* get the next timeout tick */ in rt_thread_timer_entry()
662 /* get the delta timeout tick */ in rt_thread_timer_entry()