Module intr_guard
os
0.1.0
Module intr_
guard
Module Items
Structs
In os::
sync
os
::
sync
Module
intr_
guard
Copy item path
Source
Structs
§
Intr
Guard
中断保护器,基于 RAII 实现中断保护。 在创建时原子地禁用中断并保存之前的状态; 在销毁时自动恢复之前的中断状态。 不可重入 (即不能嵌套调用 IntrGuard::new())。 使用示例: