Home
last modified time | relevance | path

Searched refs:start_sec (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/libbb/
Dprogress.c56 p->start_sec = monotonic_sec(); in bb_progress_init()
57 p->last_update_sec = p->start_sec; in bb_progress_init()
58 p->last_change_sec = p->start_sec; in bb_progress_init()
171 p->start_sec += since_last_update; in bb_progress_update()
176 elapsed -= p->start_sec; /* now it's "elapsed since start" */ in bb_progress_update()
/busybox-1.35.0/include/
Dlibbb.h2198 unsigned start_sec; member