Lines Matching defs:timer
46 LWS_PLAT_TIMER_TYPE timer; /* bh timer */
47 LWS_PLAT_TIMER_TYPE timer_mon; /* monitor timer */
56 /* incremented each time the mon timer cb happens */
83 * do the foreground lws_smd queueing, using, eg, a platform timer.
85 * All the buttons point here and use one timer per button controller. An
95 LWS_PLAT_TIMER_START(each->bcs->timer);
100 * This is the bottom-half scheduled via a timer set in the ISR. From here we
102 * interrupt arrived, we have to run another timer that tries to put whatever is
121 * So now the bh timer has fired and something to do, we need to go
124 * mon timer. That's refcounted so it only runs when a button down.
154 * button, make sure the monitor timer is running to
451 bcs->timer = LWS_PLAT_TIMER_CREATE("bcst",
453 if (!bcs->timer)
474 LWS_PLAT_TIMER_DELETE(bcs->timer);