-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_thread: Introduce pw::Thread and pw::Thread::id
- Introduce a pw::Thread alias, which new code should use. Will rename pw::thread::Thread in a separate commit since it involves updating all backends. - Add a pw::Thread::id alias for pw::thread::Id for consistency with std::thread. Change-Id: I623fea57111536539e43a967a628dc594597d1c3 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/236796 Commit-Queue: Auto-Submit <[email protected]> Pigweed-Auto-Submit: Wyatt Hepler <[email protected]> Lint: Lint 🤖 <[email protected]> Reviewed-by: Taylor Cramer <[email protected]>
- Loading branch information
Showing
3 changed files
with
34 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters