[roll] Roll fuchsia [starnix] Add a dynamic thread pool

Arbitrary number of closures can be send to the thread pool and will be
executed concurrently.

This pool will be used by the binder device to serve external FIDL
connection. It might also be used to implement SIGALRM and itimers.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/752602
Original-Revision: a1821f1752087806c047b5aec94efd3b9519e2b1
GitOrigin-RevId: cf45a3cda312ebcd0259aa1e5b4f5572e83747b0
Change-Id: If991a2139c43ab0cb673f94af69a6ced1ab5fa10
1 file changed
tree: 36cbff62884de20e3ead724d406c094677394edd
  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.