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

[3.x] Use SpinLock instead of Mutex for X11 events thread safety #49720

Closed

Conversation

pouleyKetchoupp
Copy link
Contributor

Draft PR to test a potential fix for #48369.

Uses SpinLock instead of Mutex to lock events processing, to see if that could prevent long stalls to happen. I haven't reproduced the issue so far so I'm not sure if that's the actual cause.

If it helps, a separate PR will be needed to do the same change on master.

@pouleyKetchoupp
Copy link
Contributor Author

Closing because it doesn't help with #48369.

@pouleyKetchoupp pouleyKetchoupp deleted the x11-events-spinlock-3.x branch June 28, 2021 22:31
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