[roll] Roll fuchsia [fuchsia-sync] Support lock cycle checking on host.

The underlying change here is to switch from re-exporting
parking_lot's condition variable to using the fuchsia-sync
one with a futex abstraction. parking_lot_core provides an API
very similar to futexes, so we can "polyfill" it here.

I had attempted to reuse the parking_lot condition variable
directly but the API is incompatible with other kinds of
mutex guards. I also attempted to fork the parking_lot condvar
but its implementation is very tied to private internals
of parking_lot.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1440596
Original-Revision: cd2c2f78288557be782e51dea45c0da4d723a757
GitOrigin-RevId: 0d025b8dca2bfe8f496cee3ac7e92266d9e1b89b
Change-Id: I59036cf08d6437f54f29df153d6242547335ca43
1 file changed
tree: b0c7c085ad2828040fcf93974c6d00bd58fb0abb
  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.