|
|
|
|
|
by smaddox
900 days ago
|
|
You would probably need to pass around a context type that encodes information about the current context and which interrupts are possible. You would then acquire the lock via that context, which would handle disabling those interrupts. |
|