OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timer_func
(Results
1 - 2
of
2
) sorted by null
/external/qemu/telephony/
test1.c
20
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 );
test2.c
26
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 395 milliseconds