Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
割り込みが無効になっているかどうかを知る方法(または便利な機能)はありますか?
irqs_disabled()次の機能を使用できます。
irqs_disabled()
#include <linux/irqflags.h> int i = irqs_disabled();