Searched refs:lua_obs_timer (Results 1 – 1 of 1) sorted by relevance
237 struct lua_obs_timer { struct238 struct lua_obs_timer *next; argument239 struct lua_obs_timer **p_prev_next; argument246 static struct lua_obs_timer *first_timer = NULL; argument252 struct lua_obs_timer *next = first_timer; in lua_obs_timer_init()264 struct lua_obs_timer *next = timer->next; in lua_obs_timer_remove()271 lua_obs_timer_cb(struct lua_obs_timer *timer) in lua_obs_timer_cb()302 struct lua_obs_timer *timer = lua_obs_callback_extra_data(cb); in defer_timer_init()315 script, 1, sizeof(struct lua_obs_timer)); in timer_add()1048 struct lua_obs_timer *timer; in lua_tick()[all …]