[roll] Roll fuchsia [driver_runtime] Add no sync calls scheduler role

This adds the ability to set a scheduler role to not allow dispatchers
that allow sync calls to run on it. This will allow for having
dispatchers with `!Send` semantics correctly in rust, or to enforce that
thread migration will not happen between dispatchers on a given
scheduler role.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1515279
Original-Revision: 57db4e7dff3c7074583a70feec2ddad52aa73b1f
GitOrigin-RevId: 0815d907cef78ed290a0830fb9d060faf9498417
Change-Id: I480f4b981db0e9f8fe6c7a2f580f8d7385d47b01
1 file changed
tree: 3b8bedc83e13b80d749749894307da3b0289ad75
  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.