[roll] Roll fuchsia [sestarnix] Use the thread id to shard stats

Instead of inserting a random number in thread-local storage, we can
use the return value of `thrd_current` (which is essentially a pointer
to thread-local data) as a key.

Original-Bug: 483045512
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1508478
Original-Revision: 0b0cb02b08c95b96945813defa972ac006b93d8c
GitOrigin-RevId: a206acbfaf7061a398ab259acacf92c7beb9de11
Change-Id: Icb404ba5afef6443df0d12caa2a2c252cbb10f83
1 file changed
tree: cd578ba62a0c9adef4bcd87b6f55e30a432b831d
  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.