*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> sigsuspend (2)              
Title
Content
Arch
Section
 

SIGSUSPEND(2)

Contents


NAME    [Toc]    [Back]

     sigsuspend -- atomically release blocked signals and wait for interrupt

LIBRARY    [Toc]    [Back]

     Standard C Library (libc, -lc)

SYNOPSIS    [Toc]    [Back]

     #include <signal.h>

     int
     sigsuspend(const sigset_t *sigmask);

DESCRIPTION    [Toc]    [Back]

     The sigsuspend() system call temporarily changes the blocked signal mask
     to the set to which sigmask points, and then waits for a signal to
     arrive; on return the previous set of masked signals is restored.	The
     signal mask set is usually empty to indicate that all signals are to be
     unblocked for the duration of the call.

     In normal usage, a signal is blocked using sigprocmask(2) to begin a
     critical section, variables modified on the occurrence of the signal are
     examined to determine that there is no work to be done, and the process
     pauses awaiting work by using sigsuspend() with the previous mask
     returned by sigprocmask(2).

RETURN VALUES    [Toc]    [Back]

     The sigsuspend() system call always terminates by being interrupted,
     returning -1 with errno set to EINTR.

SEE ALSO    [Toc]    [Back]

      
      
     sigaction(2), sigpending(2), sigprocmask(2), sigsetops(3)

STANDARDS    [Toc]    [Back]

     The sigsuspend() system call is expected to conform to ISO/IEC
     9945-1:1990 (``POSIX.1'').


FreeBSD 5.2.1			 May 16, 1995			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
sigpause IRIX atomically release blocked signals and wait for interrupt (4.3BSD)
sigsuspend IRIX atomically release blocked signals and wait for interrupt (POSIX)
sigsuspend Tru64 Atomically change the set of blocked signals and wait for a signal
pxfsigprocmask IRIX Examines and changes blocked signals
sigprocmask HP-UX examine and change blocked signals
pthread_sigmask IRIX examine and change blocked signals
sigprocmask IRIX alter and return previous state of the set of blocked signals (POSIX)
sigwait IRIX wait for queued signals (POSIX)
siginterrupt HP-UX allow signals to interrupt functions
siginterrupt Tru64 Allow signals to interrupt functions
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service