[roll] Roll fuchsia [starnix] Use zx::Counter for timers

The counter is meant to be decremented whenever an incoming message is
handled. The container can suspend anytime the counter is 0, and the
counter is incremented by the runner proxy each time it sends a message
into the container.

The counter is also set to 1 when created, to keep the system alive
until the first hanging get has been scheduled.

Original-Bug: 399939990

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1238364
Original-Revision: 52ecbae92a1e6459e1b1a822b69dd9dbcefb888d
GitOrigin-RevId: a8a4c08f8065c615df1002bc2e3a981d8e50d139
Change-Id: Id19c5ece37ba53266ead58c6907ef45f7dea9e72
1 file changed
tree: 263a552504bda036b4d4fbce91edb06f95670459
  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.