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: sys: sync: semaphore: Remove a few 'mut' declarations
The semaphore API shouldn't have `&mut self` declarations, as the
purpose of the API is to be that thread synchronization. Even the less
save ones, such as `count_get` and `reset` have well defined
multi-threaded behavior.
Signed-off-by: David Brown <[email protected]>
0 commit comments