-
Notifications
You must be signed in to change notification settings - Fork 729
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
CRIUSupport: Add multi-threaded hooks #18058
Comments
@JasonFengJ9 Please take a look at this |
The multi-threaded hooks should be called in We can bump up the priorities for below to make room for the user priorities
|
We need to add two new lists to |
The existing APIs can redirect to the new ones with |
Will look into this. |
For multi-thread hooks, they might require
In that case, the multi-thread hook registration API should take
Note: there is no need for Alternatively, single-thread hook API could be passed w/ a @TobiAjila any preference? Edited: A draft change - https://github.com/eclipse-openj9/openj9/compare/master...JasonFengJ9:criumultithreadhook?expand=1 |
Multithread doesnt necesarrily mean run in parallel; I guess concurrent is a better definition. It simply means we don't run them in single thread mode. In any case, they would need to be run serially in order to respect the priorities. |
The text was updated successfully, but these errors were encountered: