[roll] Roll fuchsia [starnix] Use RcuHashMap for SocketTokensStore

Convert SocketTokensStore from Mutex<HashMap> to RcuHashMap to improve
read concurrency.

Modify RcuHashMap to support necessary operations:
- Add RcuHashMapGuard::contains_key
- Add Entry::or_insert_with
- Add OccupiedEntry::remove
- Add VacantEntry::insert_entry

Original-Fixed: b/480111666
Test: starnix_core_tests, starnix_rcu-unittests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1489657
Original-Revision: 1c3f7a21ee246ca062fe4e5a5d4b684eb2e005eb
GitOrigin-RevId: 65266bd7deb0640f2b693987b96840105d143c13
Change-Id: I066eb7d68d7a9d9c339f5c96581b2e53364bb52d
1 file changed
tree: b67bf419d4ede52cfe04eae98801373a555e30b9
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.