Lines Matching refs:timers
176 struct timers { struct
191 static struct timers timers; variable
198 tmr_run(struct timers *tmrs) in tmr_run()
220 tmr_add(struct timers *tmrs, int id, int timeout, tmr_cb func, void *arg) in tmr_add()
299 tmr_add(&timers, 1, 5, tmr_watchdog, ctx); in tmr_watchdog()
328 tmr_run(&timers); in sig_handle()
735 tmr_add(&timers, 1, 1, tmr_creg, ctx); in at_async_creg()
738 tmr_add(&timers, 1, 30, tmr_creg, ctx); in at_async_creg()
762 tmr_add(&timers, 1, 1, tmr_cgreg, ctx); in at_async_cgreg()
765 tmr_add(&timers, 1, 30, tmr_cgreg, ctx); in at_async_cgreg()
838 tmr_add(&timers, 1, 15, tmr_status, ctx); in at_async_csq()
1255 tmr_add(&timers, 1, 5, tmr_status, ctx); in do_connect()
1366 TAILQ_INIT(&timers.head); in main()
1367 timers.res = 1; in main()
1463 tmr_add(&timers, 1, 5, &tmr_watchdog, &ctx); in main()