[roll] Roll fuchsia [scenic] HangingGetHelper mutex.

In Scenic, instances of HangingGetHelper can be accessed from
multiple threads.  Instead of requiring them to be externally-
synchronized, we now take the simpler/more-conservative approach
of giving each instance its own mutex.

Original-Fixed: 88474
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/619003
Original-Revision: 9b3268e7bcb8aa92fcd2bef2e42c0a13565f3d55
GitOrigin-RevId: 8f3e534d7c2faa4268ae366c590910f4f108615f
Change-Id: I839f6e8b2a439d3b335d9176059f187c15232b1c
1 file changed
tree: 7cc8da8b40b539c95a0f49a530ba36dc4ae1bf01
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
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 via the IRC channel #fuchsia on Freenode.

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.