We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mutexes that live on shared memory should be handled in hyclone_server instead of haiku_loader.
hyclone_server
haiku_loader
Also, upstream Haiku mutex fixes should be backported to HyClone, such as this: waddlesplash/haiku@273c925
The text was updated successfully, but these errors were encountered:
chore(mutex): Update name to match Haiku
f590514
Update `mutex_unlock` to `mutex_unblock` to match changes in haiku/haiku@6f3f29c7. The actual fixes have not been applied yet, see #12.
No branches or pull requests
Mutexes that live on shared memory should be handled in
hyclone_server
instead ofhaiku_loader
.Also, upstream Haiku mutex fixes should be backported to HyClone, such as this: waddlesplash/haiku@273c925
The text was updated successfully, but these errors were encountered: