[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


Overview of signal.h

Signals are software interrupts. There are signals for aborting a program, floating point exceptions, illegal instruction traps, user-signaled interrupts, segment violation, and program termination. Additional semantics hold for the BeOS implementation see "Be Specific Signal Handling."

BeOS has added functionality

  • "sigaction," a signal action
  • "sigprocmask," a procedure mask
  • "sigpending," a signal is pending
  • "sigsuspend," suspends a signal
  • "kill," kills a signal
  • "send_signal," sends a signal
  • "struct vregs," a structure for signal handlers

  • [ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

    Visit the Metrowerks website at: http://www.metrowerks.com
    For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
    Copyright © 2000, Metrowerks Corp. All rights reserved.

    Last updated: August 16, 2000