[roll] Roll fuchsia [libc] Rework ThreadAllocator into ThreadStorage

ThreadAllocator was originally designed as a temporary object
that owns the storage only during the setup phase and does not
record all the information necessary to use that storage.  It now
seems more useful to have a long-lived ThreadStorage object that
is optimized for compactly storing all the necessary information.
For now, the ownership is moved between ThreadStorage and the
legacy C `struct pthread`.  When that's replaced by a proper C++
Thread object, it will just have a ThreadStorage member instead
to track the ownership over the whole lifetime of the thread.

Original-Bug: 342469121
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1275705
Original-Revision: b91e5b158a69ef469aa7d318a0c8a72d249e8413
GitOrigin-RevId: 1449c68f27b73fad2d88b24b1e467d6399d3d599
Change-Id: I1205990abf95c4d050642437eab8740bdfd00325
1 file changed
tree: f84fc374d2671404f860cbd237c4f85c45139d5c
  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.