-
Notifications
You must be signed in to change notification settings - Fork 63
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
Back-port the Apple lock (without the Apple-specific qos parts) to other Posix platforms. #517
base: develop
Are you sure you want to change the base?
Conversation
…texNode to a separate file and rename enter/exit to lock/unlock
…her posix platforms. This should be equivalent to the kmp-compose-core implementation with an added pool, allowing kmp-compose-core to use this implementation and to drop their own
The build failed, could you please take a look? |
Could the strictness of "something" have been increased in the meantime? I have no idea what these mean or how they could be related.... |
I've removed the property Restarted the build ⌛ |
Now rebasing this branch onto the fresh |
Thanks! I think I did so now... Can you re-trigger the build (if it's not done automatically)? |
As a safety measure CI requires manual triggering for PRs opened by external (non-JB) users. |
Ok, I see, for AFU the reason is slightly different. :) |
…he qos logic down to NativeMutexNode
I have updated the pull request to address #520 |
This should be equivalent to the kmp-compose-core implementation with an added pool, allowing kmp-compose-core to use this implementation and to drop their own