Skip to content

posix: implement pthread_equal() #59942

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

Closed
Tracked by #51211
ycsin opened this issue Jul 3, 2023 · 3 comments · Fixed by #60416
Closed
Tracked by #51211

posix: implement pthread_equal() #59942

ycsin opened this issue Jul 3, 2023 · 3 comments · Fixed by #60416
Labels
area: POSIX POSIX API Library Feature Request A request for a new feature Good first issue Good for a first time contributor to take
Milestone

Comments

@ycsin
Copy link
Member

ycsin commented Jul 3, 2023

There are currently 20 missing POSIX functions with trivial implementations, pthread_equal() is one of them.

pthread_equal - compare thread IDs

This function shall compare the thread IDs t1 and t2.

See https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_equal.html

See RFC #51211 for more info.

@ycsin ycsin added Feature Request A request for a new feature Good first issue Good for a first time contributor to take area: POSIX POSIX API Library labels Jul 3, 2023
@ycsin ycsin added this to the v3.5.0 milestone Jul 3, 2023
@ycsin ycsin moved this to LTS3 Goals in Release Plan Jul 3, 2023
@cfriedt cfriedt assigned cfriedt and unassigned cfriedt Jul 4, 2023
@jaiiarora
Copy link
Contributor

I would like to work on this issue. Can you assign it to me?

@cfriedt
Copy link
Member

cfriedt commented Jul 15, 2023

I would like to work on this issue. Can you assign it to me?

@jaiiarora - we can only assign issues to contributors (more typically, they get assigned to maintainers) but you are more than welcome to create a pull request 😁

When you have had a few PRs accepted into Zephyr you can request to be added as a contributor.

Please remember to follow the [contributor guidelines (https://docs.zephyrproject.org/latest/contribute/index.html).

@jaiiarora
Copy link
Contributor

I have raised a PR @cfriedt
If any update is needed, please let me know. I will work on it.

@cfriedt cfriedt removed the status in Release Plan Sep 12, 2023
@nashif nashif removed this from Release Plan Sep 13, 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 Feature Request A request for a new feature Good first issue Good for a first time contributor to take
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants