proc0_post aims to reset the CPU usage accounting for all threads and
processes in the system to zero once the time of day is verified.
However, the per-thread stats were not being cleared, resulting in
over-reported time for thread0 post-boot.
Fixes: bed4c5241663 ("Implement RUSAGE_THREAD. Add td_rux...")