Skip to main content
interrupt

interrupt

3 7.0
A short signal to a computer that pauses one task so it can handle another
  • noun
  • /ˈɪntərʌpt/
  • Specialized
translation icon : interrupción
  • When an interrupt is received, the processor stops its current tasks to execute a higher priority function.
  • interrupt handler
  • External interrupt
  • asynchronous interrupt

Examples

  • In the case of multiple interrupts, the hardware must select a single interrupt to service.

    Academic text (1994)
  • Finally, the ICU can restore a previous CR value if an interrupt occurs.

    Academic text (1994)
  • And the first one is a timer set up here that runs an interrupt which sends data to the shift register.

  • The actual device posts a physical completion interrupt, which is handled by the hypervisor.

    Academic text (2012)
  • The MSR and the type of interrupt determine the interrupt vector to which the machine branches.

    Academic text (1994)
  • If one is, the processor is serialized to allow the asynchronous interrupt logic to correctly present the interrupt.

    Academic text (1999)
  • The ICU alters the MSR according to the type of interrupt: bus interface.

    Academic text (1994)
  • In addition to managing these interfaces, the SCU contains logic for external interrupts and the performance monitor.

    Academic text (1994)
  • The Nucleus, written in verified assembly language, implements allocation, garbage collection, multiple stacks, interrupt handling, and device access.

    Academic text (2011)
  • In POWER2, hardware support for a floating-point imprecise interrupt was also added in order to aid in software debugging.

    Academic text (1994)

Synonyms

halt
vsinterrupt
109 2.3

A stop in movement or activity

is a brief technical pause to let a different procedure run
interruption
vsinterrupt
99 3.0

A short time when something stops or is delayed

is a specific computing signal that briefly stops execution for another procedure

Antonyms

297 3.1

To start an activity again after a pause

How Long

shutdown
136 4.1
interruption
99 3.0
halt
109 2.3
interrupt
  • Specialized
3 7.0
to pause
346 1.0

Surface Forms

interrupt singular
interrupts plural

Morphology

interrupt = interrupt (semi-transparent) = inter + rupt

The noun is transparently related to the verb 'interrupt' in the sense of something that stops or breaks a process.

Etymology

The noun interrupt in computing has the same parts, inter- 'between' and rupt 'break', and it is a short 'break' that stops a program so the computer can deal with something more important.