• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /barrelfish-2018-10-04/usr/eclipseclp/documents/userman/

Lines Matching refs:interrupt

140 \item Via signals/interrupts by setting the interrupt handler to
686 defining interrupt handlers for them. In fact, a set of
695 provided the programmer sets up a corresponding interrupt handler.
707 generate the valid interrupt numbers and their mnemonic names.
712 When an interrupt happens, the {\eclipse} system
713 calls an interrupt handling routine in a manner very similar to
715 the interrupt number.
717 interrupt handlers. The goal
722 assigns the procedure specified by \about{PredSpec} as the interrupt handler for
723 the interrupt identified by \about{N} (a number or a name).
729 To test interrupt handlers, the built-in
737 current interrupt handler for an interrupt N, in the same manner as
745 An interrupt handler has one optional argument, which is the interrupt
748 the interrupt has no relation to the currently executed predicate.
750 as when the handler is defined for only one interrupt type).
751 If the handler has one argument, the identifier of the interrupt is passed
754 The following is the list of predefined interrupt handlers:
758 performs the standard UNIX handling of the specified interrupt (signal).
771 i.e., the interrupt is ignored.
788 name is the symbolic name of the interrupt.
793 interrupt occurs. This general asynchronous interrupt handling
800 %{\eclipse} provides special support for debugging interrupt handlers.
802 %To achieve this, every interrupt number has a flag that can take one of the
805 %It specifies if the corresponding interrupt handlers are executed
814 %interrupt handlers.