Searched refs:os_timer_setfn (Results 1 – 3 of 3) sorted by relevance
122 void os_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg) __attribute__((alias("et…
388 static inline void os_timer_setfn(void *ptimer, void *pfunction, void *parg) in os_timer_setfn() function
68 os_timer_setfn(&eloop.eloop_timer, (ETSTimerFunc *)eloop_run_timer, NULL); in eloop_init()