[roll] Roll fuchsia [driver_runtime] Return error on thread limit

Corrects a few spots where the default thread limit was still hard coded
at 10, affecting how tests work, and makes it so that we return an error
when an allow-sync-calls dispatcher is created and we're already at the
thread cap, which will create more reliable failure mods for clients
that dynamically spawn dispatchers.

Original-Fixed: 509979554
Original-Bug: 42085539
Original-Bug: 470140477
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1598499
Original-Revision: abbf11d4ca4ea33c34391ad9820658286f70bae5
GitOrigin-RevId: 935c7b9a5a6cb0c3dfcc99f948b835c1f4efea06
Change-Id: I0701253580b49b2259b4a27514087955e189688c
1 file changed
tree: e014949fc04de78e395e82b42d3a32bdb2f5d223
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.