Searched defs:timer_list (Results 1 - 1 of 1) sorted by last modified time

/development/ndk/platforms/android-3/include/linux/
H A Dtimer.h21 struct timer_list { struct
33 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIALIZER(_function, _expires, _data)

Completed in 49 milliseconds