Skip to content

include: posix: move pthread impl detail to posix_internal.h #52003

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

cfriedt
Copy link
Member

@cfriedt cfriedt commented Nov 6, 2022

The struct pthread and enum pthread_state are actually implementation details specific to Zephyr.

Let's limit the scope where that level of detail is visible.

The `struct pthread` and `enum pthread_state` are actually
implementation details specific to Zephyr.

Let's limit the scope where that level of detail is visible.

Signed-off-by: Chris Friedt <[email protected]>
@cfriedt cfriedt requested review from enjiamai and KangJianX November 6, 2022 20:19
@cfriedt cfriedt requested a review from pfalcon as a code owner November 6, 2022 20:19
@zephyrbot zephyrbot added the area: POSIX POSIX API Library label Nov 6, 2022
@cfriedt cfriedt added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Nov 6, 2022
@cfriedt cfriedt merged commit 4bae4f4 into zephyrproject-rtos:main Nov 7, 2022
@cfriedt cfriedt deleted the include-posix-move-pthread-impl-detail-to-posix-internal-h branch January 24, 2023 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: POSIX POSIX API Library Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants