You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zephyr: embassy: executor: Fix race in thread suspention
Ensure the atomic is set before waking the other thread to prevent a
race where the other thread is able to run through the queue, but not
sleep before we have a chance to wake it.
Signed-off-by: David Brown <[email protected]>
0 commit comments