Skip to content
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

posix: pthread: support POSIX spinlocks #59910

Closed
Tracked by #51211
cfriedt opened this issue Jul 2, 2023 · 0 comments · Fixed by #59911
Closed
Tracked by #51211

posix: pthread: support POSIX spinlocks #59910

cfriedt opened this issue Jul 2, 2023 · 0 comments · Fixed by #59911
Labels
area: POSIX POSIX API Library Enhancement Changes/Updates/Additions to existing features
Milestone

Comments

@cfriedt
Copy link
Member

cfriedt commented Jul 2, 2023

Is your enhancement proposal related to a problem? Please describe.
Part of the getting to the PSE51 is implementing the _POSIX_SPIN_LOCKS Option Requirement, which is mandatory as part of IEEE Std 1003.1-2017.

Describe the solution you'd like
An implementation of POSIX spin locks.

Describe alternatives you've considered

Additional context
Part of #51211

@cfriedt cfriedt added Enhancement Changes/Updates/Additions to existing features area: POSIX POSIX API Library labels Jul 2, 2023
@cfriedt cfriedt added this to the v3.5.0 milestone Jul 2, 2023
@cfriedt cfriedt self-assigned this Jul 2, 2023
@cfriedt cfriedt removed their assignment Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: POSIX POSIX API Library Enhancement Changes/Updates/Additions to existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant