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

RawRwLock::wait_for_readers needs an Acquire to synchronize with unlock_shared #260

Merged
merged 1 commit into from Nov 17, 2020

Conversation

Amanieu
Copy link
Owner

@Amanieu Amanieu commented Nov 12, 2020

This fixes the TSAN failures in the testsuite.

Fixes #257

cc @Gankra

@Gankra
Copy link

Gankra commented Nov 12, 2020 via email

@Gankra
Copy link

Gankra commented Nov 16, 2020

Anything blocking landing this?

@Amanieu Amanieu merged commit c8dfa97 into master Nov 17, 2020
@Amanieu Amanieu deleted the rwlock_ordering branch November 17, 2020 23:02
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.

ThreadSanitizer doesn't like RwLock?
2 participants