[roll] Roll fuchsia [starnix] Change thread group lock ordering to parent, then child

This order makes more sense from the perspective of the wait_on_pid
operation, eliminating the need to 1) lock the parent 2) take every
child lock 3) relock the parent.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/711285
Original-Revision: 0d434c84c7c1741bf7049824b780891bd15cb1da
GitOrigin-RevId: 38d15fe050839a33ecd4e97e45d7505d0ea8ddbe
Change-Id: If9f000bc1f87dc81eb3dcf1d950c3e60328e0966
1 file changed
tree: ef1a636aac61c4f271b6c6674df888c26a879a5e
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 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.