Skip to content

Add implementation for pthread_once #547

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

Merged
merged 8 commits into from
Jan 24, 2022
Merged

Add implementation for pthread_once #547

merged 8 commits into from
Jan 24, 2022

Conversation

michael-schwarz
Copy link
Member

goblint/bench#7 identfied that we are unsound in the presence of calls to pthread_once.
This takes the same approach as we did for our support for bsearch and qsort by adding an implementation for it.

@michael-schwarz michael-schwarz marked this pull request as ready for review January 24, 2022 08:21
@michael-schwarz michael-schwarz merged commit 0080994 into master Jan 24, 2022
@michael-schwarz michael-schwarz deleted the pthread_once branch January 24, 2022 09:27
@sim642 sim642 added this to the v2.0.0 milestone Aug 12, 2022
michael-schwarz added a commit that referenced this pull request Jan 27, 2025
michael-schwarz added a commit that referenced this pull request Jan 27, 2025
michael-schwarz added a commit that referenced this pull request Jan 27, 2025
michael-schwarz added a commit that referenced this pull request Jun 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants