[roll] Roll fuchsia [starnix] Use tracing-mutex for tests

Introduce a wrapper around locks so that code under test can be
dynamically check for lock order inversion

To be noted: tracing-mutex does not support parking_lot mutex currently.
Instead the wrapper are based on std::sync locks. As these locks do not
support downgrading, on lock in fs_node is not instrumented.

Original-Bug: 98837

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/671568
Original-Revision: 6bad92967bc3b1f35980c892f30c3b6ab7c9a150
GitOrigin-RevId: 8b79ee93a09c49bf36e8d1fb7a6839a7975d8e07
Change-Id: Ib0296a154d910a309748ad5d39461774f46e7710
1 file changed
tree: 6e2b1a8c671a4bda4aab783cebc7c1209e10289a
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.