Searched refs:GLoopTimer (Results 1 – 1 of 1) sorted by relevance
32 typedef struct GLoopTimer GLoopTimer; typedef36 struct GLoopTimer { struct41 GLoopTimer* activeNext; argument46 static void glooper_addActiveTimer(GLooper* looper, GLoopTimer* timer);47 static void glooper_delActiveTimer(GLooper* looper, GLoopTimer* timer);48 static void glooper_addTimer(GLooper* looper, GLoopTimer* timer);49 static void glooper_delTimer(GLooper* looper, GLoopTimer* timer);54 GLoopTimer* tt = impl; in glooptimer_stop()64 GLoopTimer* tt = impl; in glooptimer_startAbsolute()81 GLoopTimer* tt = impl; in glooptimer_startRelative()[all …]