[roll] Roll fuchsia [starnix] Set counter to 0 explicitly for timers

The hr_timer_manager increments the timer explicitly in order to make
sure that alarms will get scheduled before the container is suspended.

Instead of trying to get the decrements "just right," this change
sets the counter to zero explicitly when we know it's ok to do so. This
avoids the counter sometimes getting stuck at 1 temporarily while a
timer is currently being waited on.

Original-Bug: 407604533

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1248504
Original-Revision: 3782dfeefa8c9432a0911c1c71e729b092b5c7d6
GitOrigin-RevId: 252e8758a400b801c3727c684b0f89175d38db79
Change-Id: If69654a2df38794f8977cd6e5f9371a528e5b516
1 file changed
tree: 30f5ac591fe14ed50c112e5eab203f6c7aeaaec6
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.