[roll] Roll fuchsia [netstack3] Interior mutability in FakeNonSyncCtx

Change netstack3_core::testutil::FakeNonSyncCtx to wrap an Arc<Mutex> of
the inner context::testutil::FakeNonSyncCtx type. This aligns it with
the non-test BindingsNonSyncCtxImpl type which similarly uses interior
mutability. This will allow the testutil non-sync context to be shared
between threads without having to introduce extra synchronization on
top, which makes it possible to exercise a larger set of race conditions
in loom tests.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/884160
Original-Revision: 5e6dad8d5d6fda3a0231334e6e97be82c61c49ab
GitOrigin-RevId: 9bc10bcce41a4369d775f2eb3022a749f10b4673
Change-Id: Iaffcc2ee8d8bd967fba8a21db4899682de771983
1 file changed
tree: 65ddfbcb33a174aa3e41c98f7bcc9a9e6d1f39c1
  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.