Searched refs:last_sync (Results 1 – 2 of 2) sorted by relevance
164 static time_t last_sync; variable1136 if ((ticks - last_sync) > MAX_UNSYNC) in tick()1778 last_sync = ticks; in main()
173 unsigned int last_sync; member