[roll] Roll fuchsia [libc] Add thrd_set_zx_create_handles() / thrd_get_zx_create_handles()

These new <zircon/threads.h> functions augment (and obsolete)
thrd_set_zx_process() and thrd_get_zx_process().  In addition to
the process handle used for thread creation, the new APIs can
supply separate VMAR handles for each kind of stack and thread
block to be mapped into when creating new threads.

Original-Fixed: 484133052
Original-Bug: 452380567
Run-All-Tests: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1506240
Original-Revision: 08f869f3f478cbd7db235c4f5e2a81e8ad58a886
GitOrigin-RevId: c21e1dd719f6a00de150a836a348c7b33569f75f
Change-Id: I7815c2fb1125dded38a9931f36336d618e16e204
1 file changed
tree: 472c34a2e272cd0555166525ccad4212f3d1aeaa
  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.