noun
process interrupt signal
A computing term for a signal that interrupts a running process, often used in operating systems or low-level programming contexts.
プロセス割込み信号が発生すると、カーネルは現在のプロセスを一時停止する。
When a process interrupt signal occurs, the kernel suspends the current process.
割込み is the general term for an interrupt in computing, while プロセス割込み信号 specifically refers to the signal that causes a process-level interrupt.
Compound of プロセス (process) + 割込み (interrupt) + 信号 (signal). A technical term likely calqued from English 'process interrupt signal'.