[roll] Roll fuchsia [media/vnext] allow Threads to be invalid

This change updates the fmlib::Thread class to allow a Thread to be
invalid/uninitialized. This allows a Thread to be used in a consistent
way even when it cannot be initialized immediately or when associated
resources must be released before the Thread goes out of scope.

Test: trivial change
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/670740
Original-Revision: 836f8aafb58149aae4b3edc32ed3eb5f43f900fe
GitOrigin-RevId: 4bba6ce30af5047ba0871dfd45197da2d3338a49
Change-Id: I85e84f83d0c4063b3c4bb4a426b5a4c574310478
1 file changed
tree: faf9c5912aef277c2cd724e59f74186688b560c1
  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
  12. 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.