This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

有关程序执行时响应中断的问题

Hello,

我的程序中调用了一个自己写的函数A,我希望在这个函数A执行的时候不会被中断,即:在函数A执行过程中,如果中断信号有效,也要等这个函数A执行完之后再去执行相应的中断服务子程序,除了关闭中断外,还有其他的方法吗?

谢谢!