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

Be more tolerate with error code returned by pthread_mutex_trylock. #788

Merged
merged 3 commits into from
May 26, 2020

Conversation

andersio
Copy link
Member

@andersio andersio commented May 25, 2020

It seems EDEADLK could be returned by pthread_mutex_trylock in earlier OS versions, according to #747. Let's add it to the known happy path.

Checklist

  • Updated CHANGELOG.md.

@andersio andersio added the bug label May 25, 2020
@andersio andersio merged commit a3e2da9 into master May 26, 2020
@andersio andersio deleted the anders/atomic-try-fix branch May 26, 2020 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant