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

  man pages->NetBSD man pages -> sigpending (2)              
Title
Content
Arch
Section
 

SIGPENDING(2)

Contents


NAME    [Toc]    [Back]

     sigpending - get pending signals

LIBRARY    [Toc]    [Back]

     Standard C Library (libc, -lc)

SYNOPSIS    [Toc]    [Back]

     #include <signal.h>

     int
     sigpending(sigset_t *set);

DESCRIPTION    [Toc]    [Back]

     The sigpending function returns a mask of the signals pending for delivery
 to the calling process in the location indicated by set.  Signals may
     be pending because they are currently masked, or they are in transition
     before delivery (although the latter case is not normally detectable).

RETURN VALUES    [Toc]    [Back]

     A 0 value indicates that the call succeeded.  A -1 return value indicates
     an error occurred and errno is set to indicate the reason.

ERRORS    [Toc]    [Back]

     The sigpending function does not currently detect any errors.

SEE ALSO    [Toc]    [Back]

      
      
     sigaction(2), sigprocmask(2), signal(7)

STANDARDS    [Toc]    [Back]

     The sigpending function conforms to ISO/IEC 9945-1:1990 (``POSIX.1'').

BSD                            January 12, 1994                            BSD
[ Back ]
 Similar pages
Name OS Title
pxfsigpending IRIX Examines pending signals
sigpending HP-UX examine pending signals
sigpending Tru64 Examine pending signals
sigpending IRIX return set of signals pending for thread (POSIX)
dowhenidle IRIX invoke a procedure when there are no pending events
ttdt_Get_Modified HP-UX ask if any ToolTalk client has changes pending on a file
update IRIX Process pending events and/or when-idle handlers
unbufcall Tru64 STREAMS: Cancels a pending bufcall request
XmUpdateDisplay HP-UX A function that processes all pending exposure events immediately
XmUpdateDisplay IRIX A function that processes all pending exposure events immediately
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service