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

Waitable atomics for BSD and stuff #9122

Merged
merged 1 commit into from Oct 25, 2020
Merged

Conversation

Nekotekina
Copy link
Member

Added 3rd path based on std::mutex / std::condition_variable.
It's slower than native futex or some windows syscalls, but better than nothing.
Big welcome would be adding some the most raw and native implementations for other platforms.

rpcs3/util/atomic.cpp Outdated Show resolved Hide resolved
rpcs3/util/atomic.cpp Show resolved Hide resolved
Other platforms = not Windows or Linux.
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.

None yet

2 participants