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

smpcall: add nxsched_smp_call_async and nxsched_smp_call_single_async #14656

Merged
merged 1 commit into from
Nov 6, 2024

Commits on Nov 5, 2024

  1. smpcall: add nxsched_smp_call_async and nxsched_smp_call_single_async

    reason:
    The old implementation of the SMP call, even when using the "no wait" parameter,
    could still result in waiting, if invoking it within a critical section
    may lead to deadlocks. Therefore, in order to implement a truly asynchronous SMP
    call strategy, we have added nxsched_smp_call_async.
    
    Signed-off-by: hujun5 <[email protected]>
    hujun260 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    687108d View commit details
    Browse the repository at this point in the history