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

  man pages->IRIX man pages -> standard/sigpending (2)              
Title
Content
Arch
Section
 

Contents


SIGPENDING(2)							 SIGPENDING(2)


NAME    [Toc]    [Back]

     sigpending	- return set of	signals	pending	for thread (POSIX)

SYNOPSIS    [Toc]    [Back]

     #include <signal.h>

     int sigpending (sigset_t *maskptr);

DESCRIPTION    [Toc]    [Back]

     sigpending	returns	the set	of signals pending for the calling thread
     (i.e., blocked from delivery) in the space	pointed	to by maskptr.

     Routines described	in sigsetops(3)	are used to examine the	returned
     signal set.

     sigpending	will fail if:

     [EFAULT]	    maskptr points to memory that is not a part	of process's
		    valid address space.

SEE ALSO    [Toc]    [Back]

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

DIAGNOSTICS    [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.

WARNING    [Toc]    [Back]

     The POSIX and System V signal facilities have different semantics.	 Using
     both facilities in	the same program is strongly discouraged and will
     result in unpredictable behavior.


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
sigprocmask IRIX alter and return previous state of the set of blocked signals (POSIX)
sigpending FreeBSD get pending signals
sigpending OpenBSD get pending signals
sigpending NetBSD get pending signals
sigpending HP-UX examine pending signals
sigpending Tru64 Examine pending signals
pxfsigpending IRIX Examines pending signals
sigwait IRIX wait for queued signals (POSIX)
pthread_testcancel Tru64 Requests delivery of a pending cancellation request to the calling thread
sigsuspend IRIX atomically release blocked signals and wait for interrupt (POSIX)
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service