[roll] Roll fuchsia [starnix] Split process stop state

Previously, a thread group would enter a stop state as soon as
a stop signal was sent.  This CL changes that.

Thread groups are now considered in |stopping| state when a stop
signal is sent, and in |stopped| state when at least one of their
tasks has stopped.

The test test_stop_cond depended on the original stop behavior. It
was easier to replace it with another test than try to fix it. See
WaitpidFlagsTest.waitPidStopContinue.

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