[roll] Roll fuchsia [starnix][tests] Add polling to futex owner test

The binderfs test_transaction_priority_inheritance_response_propagation
test checks futex priority inheritance by getting the futex owner.
Without synchronization between the test thread and the waiter thread,
the futex owner check may happen before the waiter sets the owner,
resulting in an assertion failure.

Work around this race condition by polling the owner in a loop.

Original-Bug: 501327167, 502692311
Test: starnix-binderfs-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1575766
Original-Revision: 88dced6ece0856cc211a021f15ef2c42ecf05189
GitOrigin-RevId: ded374bfa93cc26d06d92257727035735e82a1dd
Change-Id: I4ca4fc176ff9ad189ed3e4fb62007f24b23e6f0d
1 file changed
tree: 35247707d8cbb73708b4b73eae5442b43bf20b48
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.