-
Notifications
You must be signed in to change notification settings - Fork 7.4k
posix: implement pthread_testcancel()
#59946
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
Labels
Comments
Cannot assign to @moonlight83340, but they would like to implement this one. Thanks for helping out 🙏 |
moonlight83340
added a commit
to moonlight83340/zephyr
that referenced
this issue
Feb 1, 2024
Implement posix pthread_testcancel() signed-off-by: Gaetan Perrot <[email protected]>
carlescufi
pushed a commit
that referenced
this issue
Feb 1, 2024
Implement posix pthread_testcancel() signed-off-by: Gaetan Perrot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
There are currently 20 missing POSIX functions with trivial implementations,
pthread_testcancel()
is one of them.See https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_testcancel.html
See RFC #51211 for more info.
The text was updated successfully, but these errors were encountered: