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

  man pages->FreeBSD 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() system call 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]

     The sigpending() function returns the value 0 if successful; otherwise
     the value -1 is returned and the global variable errno is set to indicate
     the error.

ERRORS    [Toc]    [Back]

     The sigpending() system call will fail if:

     [EFAULT]		The set argument specified an invalid address.

SEE ALSO    [Toc]    [Back]

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

STANDARDS    [Toc]    [Back]

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


FreeBSD 5.2.1		       January 12, 1994 		 FreeBSD 5.2.1
[ 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