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

/external/qemu/telephony/
H A Dtest1.c20 timer_func( void* _timer ) function
28 sys_timer_set( timer, now + 2000, timer_func, timer );
43 sys_timer_set( timer, sys_time_ms() + 1000, timer_func, timer );
H A Dtest2.c26 timer_func( void* _timer ) function
34 sys_timer_set( timer, now + DELAY, timer_func, timer );
204 sys_timer_set( timer, sys_time_ms() + INITIAL_DELAY, timer_func, timer );

Completed in 59 milliseconds