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

Fix ReentrantMutex::bump() lock count #390

Merged
merged 2 commits into from Jun 25, 2023

Conversation

DavisVaughan
Copy link
Contributor

Closes #389

Hopefully the test seems reasonable. I ended up using a channel to try and avoid the bump() running before before the thread tries to acquire the lock.

@Amanieu Amanieu merged commit d36110f into Amanieu:master Jun 25, 2023
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ReentrantMutex::bump() probably needs to adjust the lock_count
2 participants