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

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

SIGPENDING(2)

Contents


NAME    [Toc]    [Back]

     sigpending - get pending signals

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 transiently
before delivery
  (although  the  latter  case  is  not  normally  detectable).

RETURN VALUES    [Toc]    [Back]

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

ERRORS    [Toc]    [Back]

     The sigpending function does not currently  detect  any  errors.

SEE ALSO    [Toc]    [Back]

      
      
     sigaction(2), sigprocmask(2)

STANDARDS    [Toc]    [Back]

     The  sigpending  function is defined by IEEE Std 1003.1-1988
(``POSIX'').

OpenBSD     3.6                        January      12,      1994
[ 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