-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Applications and the OS need to be able to enter critical sections in order to safely mutate global variables (we might have signal handlers running under interrupt context, for example).
Add an API for acquire and release which the OS can use to implement the critical-section crate, and re-export to applications.
Metadata
Metadata
Assignees
Labels
No labels