[roll] Roll fuchsia [starnix] Implement FUTEX_LOCK_PI and FUTEX_UNLOCK_PI

This CL implements these futex operations. These operations need to
access memory atomically, which is painfully slow without coresident
mappings.

Original-Fixed: b/312518657
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/952009
Original-Revision: fe8a2b72d619e21fad7875ce4cb7f30af6796891
GitOrigin-RevId: 71cae60781a9dc31495fc24463a7554df95029c5
Change-Id: I90347e5b4e91756c32703d4c88ea43b7edf1a94a
1 file changed
tree: e7217be964a742669a02137658b3ed47a43fcbaf
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 via the IRC channel #fuchsia on Freenode.

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.