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

/freebsd-11-stable/contrib/xz/src/xz/
H A Dmessage.c91 static volatile sig_atomic_t progress_needs_updating = false; variable
97 progress_needs_updating = true;
105 static bool progress_needs_updating = false; variable
277 progress_needs_updating = false;
280 progress_needs_updating = true;
547 if (!progress_needs_updating)
592 // progress_needs_updating to wait for the next SIGALRM.
597 progress_needs_updating = false;
604 // Restart the timer so that progress_needs_updating gets

Completed in 54 milliseconds