[roll pigweed] Revert "pw_thread: Add FunctionalThread"

This reverts commit 73eeb7710e9ecfd1eb9b40c7e000f78ffb1b975c.

Reason for revert:
This broke a downstream project. Moving forward, rather than adding FunctionalThread, we should look into having pw::thread::Thread use pw::Function internally.

Original change's description:
> pw_thread: Add FunctionalThread
>
> With new changes in pw::Function which allowed for dynamic allocation it
> can be very convenient to create threads with lambdas with capture
> lists. Right now, though, it can be done only through the custom
> ThreadCore instance.
>
> This CL adds Thread wrapper that does exactly the same - it stores the
> ThreadCore instance that runs the pw::Function passed to it.
>
> Change-Id: I3f0467e39ba1ac2524606b89cda451fa823a8a27
> Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/106913
> Reviewed-by: Wyatt Hepler <hepler@google.com>
> Reviewed-by: Ted Pudlik <tpudlik@google.com>
> Pigweed-Auto-Submit: Dennis Kormalev <denk@google.com>
> Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>

TBR=hepler@google.com,pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com,ewout@google.com,auto-submit@pigweed.google.com.iam.gserviceaccount.com,tpudlik@google.com,denk@google.com

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/107171

https://pigweed.googlesource.com/pigweed/pigweed
pigweed Rolled-Commits: 9201c46264e5e52..2005fc23aa467a0
Roller-URL: https://ci.chromium.org/b/8805537324122665409
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I1bc10b29cb12fcd92b370a5d8d1e76b55d710c73
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/zephyr-integration/+/107278
Bot-Commit: Pigweed Integration Roller <pigweed-integration-roller@pigweed.google.com.iam.gserviceaccount.com>
Commit-Queue: Pigweed Integration Roller <pigweed-integration-roller@pigweed.google.com.iam.gserviceaccount.com>
1 file changed
tree: 13c15e854a7ec6897b41dafb721a5481ed235178
  1. .gitmodules
  2. test.sh