[roll] Roll fuchsia [libc] Move most pthread_attr_* functions into C++

This replaces the legacy C implementations of pthread_attr_*
functions with C++ using standard llvm-libc boilerplate style.
The actual implementations remain the same.  This covers _almost_
all the remaining legacy pthread_attr_* functions.  But it's only
those that upstream llvm-libc already has boilerplate for, which
does not yet include pthread_attr_{get,set}schedparam.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1459508
Original-Revision: 7d51b2203df85d1e90487579e19796a2d07301f4
GitOrigin-RevId: 7d8a873cf8757374c38009963e0487168738bcc6
Change-Id: Iff2607af6aea594f6593ace325202a9efcba6812
1 file changed
tree: 4c20907956c31c99911b1bf4406849dcd3e77429
  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.