[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.