RTEMS Logo

RTEMS 4.10.2 On-Line Library


Signal Manager Directives

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

2.4: Directives

  • Signal Manager sigaddset - Add a Signal to a Signal Set
  • Signal Manager sigdelset - Delete a Signal from a Signal Set
  • Signal Manager sigfillset - Fill a Signal Set
  • Signal Manager sigismember - Is Signal a Member of a Signal Set
  • Signal Manager sigemptyset - Empty a Signal Set
  • Signal Manager sigaction - Examine and Change Signal Action
  • Signal Manager pthread_kill - Send a Signal to a Thread
  • Signal Manager sigprocmask - Examine and Change Process Blocked Signals
  • Signal Manager pthread_sigmask - Examine and Change Thread Blocked Signals
  • Signal Manager kill - Send a Signal to a Process
  • Signal Manager sigpending - Examine Pending Signals
  • Signal Manager sigsuspend - Wait for a Signal
  • Signal Manager pause - Suspend Process Execution
  • Signal Manager sigwait - Synchronously Accept a Signal
  • Signal Manager sigwaitinfo - Synchronously Accept a Signal
  • Signal Manager sigtimedwait - Synchronously Accept a Signal with Timeout
  • Signal Manager sigqueue - Queue a Signal to a Process
  • Signal Manager alarm - Schedule Alarm
  • Signal Manager ualarm - Schedule Alarm in Microseconds
  • This section details the signal manager's directives. A subsection is dedicated to each of this manager's directives and describes the calling sequence, related constants, usage, and status codes.


    PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

    Copyright © 1988-2008 OAR Corporation