Is there a way to signal rescheduling from ISR? #81299
Unanswered
alexpaschoaletto
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Plain simple question, but I haven't yet found an aswer by inspecting the kernel files or the docs.
I want to be able to signal to the kernel that it should reschedule as soon as possible from an ISR. A similar effect to what we'd achieve with
k_yield
, but safe for the context of an ISR. Any thoughts?Beta Was this translation helpful? Give feedback.
All reactions