interrupt
v 1: make a break in; "We interrupt the program for the following
messages" [syn: {disrupt}, {break up}, {cut off}]
2: destroy the peace or tranquility of; "Don't interrupt me
when I'm reading" [syn: {disturb}]
3: interfere in someone else's activity; "Please don't
interrupt me while I'm on the phone" [syn: {disrupt}]
4: terminate; "She interrupted her pregnancy"; "break a lucky
streak"; "break the cycle of poverty" [syn: {break}]
Source: WordNet® 2.0
interrupt 1. [techspeak] n. On a computer, an event that interrupts
normal processing and temporarily diverts flow-of-control through an
"interrupt handler" routine. See also {trap}. 2. interj. A request for
attention from a hacker. Often explicitly spoken. "Interrupt -- have you
seen Joe recently?" See {priority interrupt}. 3. Under MS-DOS, nearly
synonymous with `system call', because the OS and BIOS routines are both
called using the INT instruction (see {{interrupt list}}) and because
programmers so often have to bypass the OS (going directly to a BIOS
interrupt) to get reasonable performance.
Source: The Jargon File