正常指令

  • 网络normal instruction
正常指令正常指令
  1. 当进程处理所捕获的信号时,正在执行的正常指令序列就会被信号处理器临时中断。

    When a signal that is being caught is handled by a process , the normal sequence of instructions being executed by the process is temporarily interrupted by the signal handler .

  2. 如果信号处理器返回,则进程继续执行信号被捕获时正在执行的正常的指令序列。

    If the signal handler returns , the process continues executing the normal sequence of instructions it was executing when the signal was caught .