Searched refs:TimerCountdown (Results 1 – 4 of 4) sorted by relevance
57 void TimerCountdown(Timer*, unsigned int);
74 extern void TimerCountdown(Timer*, unsigned int);
48 …TimerCountdown(&c->last_sent, c->keepAliveInterval); // record the fact that we have successfully … in sendPacket()142 …TimerCountdown(&c->last_received, c->keepAliveInterval); // record the fact that we have successfu… in readPacket()434 TimerCountdown(&c->last_received, c->keepAliveInterval); in MQTTConnectWithResults()
43 void TimerCountdown(Timer* timer, unsigned int timeout) in TimerCountdown() function
Completed in 6 milliseconds