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 */
82 * do the foreground lws_smd queueing, using, eg, a platform timer.
84 * All the buttons point here and use one timer per button controller. An
94 LWS_PLAT_TIMER_START(each->bcs->timer);
99 * This is the bottom-half scheduled via a timer set in the ISR. From here
118 * So now the bh timer has fired and something to do, we need to go
121 * mon timer. That's refcounted so it only runs when a button down.
151 * button, make sure the monitor timer is running to
160 // lwsl_notice("%s: starting mon timer\n", __func__);
418 bcs->timer = LWS_PLAT_TIMER_CREATE("bcst",
420 if (!bcs->timer)
439 LWS_PLAT_TIMER_DELETE(&bcs->timer);