Searched refs:progress_needs_updating (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/xz/dist/src/xz/
H A Dmessage.c86 static volatile sig_atomic_t progress_needs_updating = false; variable
92 progress_needs_updating = true;
100 static bool progress_needs_updating = false; variable
271 progress_needs_updating = false;
274 progress_needs_updating = true;
533 if (!progress_needs_updating)
578 // progress_needs_updating to wait for the next SIGALRM.
583 progress_needs_updating = false;
590 // Restart the timer so that progress_needs_updating gets

Completed in 140 milliseconds