[roll] Roll fuchsia [libc] Fold zxr_thread_t into struct pthread

Remove the extra layer of type for these two fields of struct
pthread.  These members are only used by C++ code, so give them
C++-style member names with trailing `_`.  The `state` member is
further renamed to `lifecycle_` and the `State` enum is now
called `Thread::Lifecycle` in C++ code.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1489140
Original-Revision: 054542636af38d9e2cedab77d6c1ca3549555db3
GitOrigin-RevId: c684830d5164a92ed9c3f551a50073a96ca344d0
Change-Id: I20a729ac86d4dd01ea621ca9e6fb94d821f47bb5
1 file changed
tree: 2a437cb0333acc978e075e72919d7cd64aacb2e3
  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.