[roll] Roll fuchsia [starnix][task] Delay releasing ThreadGroup

The `release` implementation for ThreadGroup is now just various
asserts. This CL moves those those asserts to happen during `drop` and
makes `release` into a noop.

Before this CL, we could crash when we had a delayed releaser that
touched `task.thread_group` because we nulled out that field as we
released the Task. Now, we don't null out that field, which means we
never enter the state in which we can crash.

A future CL will remove the Releaseable trait from ThreadGroup and just
use Arc<ThreadGroup> instead of OwnedRef<ThreadGroup>.

Original-Fixed: b/466174458
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1448395
Original-Revision: 52c7c42d96260f667aa760eddbc41e0220526ee1
GitOrigin-RevId: 98ed25e9f409286cf8a9b2eeae8d2ff65ae04742
Change-Id: I615612387c9c7d2459271efc26c97b31b31df567
1 file changed
tree: 092eb554382de2787021aa20026643fc0174893f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 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.