roll: pigweed pw_thread: Make the deprecated Thread constructor private

pw::Thread has been updated to take a pw::Function<void()> instead of a
void(void*) function and void* argument. This change makes the
deprecated constructor private. This removes it from the public API
without requiring changes to pw_thread backends. A subsequent change
will delete the deprecated constructor and associated classes.

This is a breaking chnage. Migrate uses of the deprecated pw::Thread
constructor to the pw::Function<void()> constructor.

Original-Bug: b/367786892
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/236435
Original-Revision: 30bdace4866039e26a05f8baa379630e066ad660

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 4f8b0a26fdc1f7..30bdace4866039
Roller-URL: https://ci.chromium.org/b/8735313100150677793
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I221e673c929c182de254c100bac35c7123750c55
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/239041
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
1 file changed
tree: 3f64963d1b2b0b46ac8f8606a46376429a8ce8af
  1. .github/
  2. .vscode/
  3. apps/
  4. device/
  5. modules/
  6. system/
  7. targets/
  8. tools/
  9. web_app/
  10. .bazelignore
  11. .bazelrc
  12. .bazelversion
  13. .buildifier.json
  14. .clang-format
  15. .clangd.shared
  16. .gitignore
  17. .pw_console.yaml
  18. AUTHORS
  19. BUILD.bazel
  20. CONTRIBUTING.md
  21. LICENSE
  22. MODULE.bazel
  23. MODULE.bazel.lock
  24. OWNERS
  25. pigweed.json
  26. README.md
README.md

Sense

git clone https://pigweed.googlesource.com/pigweed/showcase/sense

Welcome to Pigweed Sense, a tour of key Pigweed components experienced through an imagined air quality product.

Please visit Sense: An interactive tour through Pigweed to get started.