[roll] Roll fuchsia [starnix][functionfs] Handle R/W on separate thread

Handle the ADB calls on a separate thread so we can use an
async context. The async context is important so we only go
to sleep after we have already queued a read, so we can be
sure we will be woken up when the read returns.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1136173
Original-Revision: 481cb4a2d548c104ff21c19503bc1366e8ddba10
GitOrigin-RevId: de997ec3086b4993217afae3400f2cff2fa6c9a1
Change-Id: Iff5b8c7eacae3bcf067e580c60727186572b0e53
1 file changed
tree: 4b534d2568c91b5a444cce2ae9f4e5557db44c02
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.