[roll] Roll fuchsia [kernel] Modify channel calls to propagate bandwidth (3/5)

This chain of CLs modifies channel calls to propagate bandwidth, so that
client threads that are blocked by server threads propagate their
priority.

This change modifies ChannelDispatcher, SignalObserver, Event, and
Semaphore to pass through the OwnedWaitQueue, so that its ownership can
be transferred to the appropriate server thread.

This change only contains plumbing, and does not modify behaviour.

Original-Bug: 42182908
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1359131
Original-Revision: b490135da134e924d52735f1f855e4b7d17aeed6
GitOrigin-RevId: d874d3bb469b9b9f87c73ea876205a8cdb62e486
Change-Id: I3658901c4e68c399015dcd3d2fc30f682b35627b
1 file changed
tree: da92d1f4ac3fcc0d97111c038e99eccd9f5f7aac
  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.