GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SIGPENDING(2) FreeBSD System Calls Manual SIGPENDING(2)

sigpending
get pending signals

Standard C Library (libc, -lc)

#include <signal.h>

int
sigpending(sigset_t *set);

The sigpending() system call returns a mask of the signals pending for delivery to the calling thread or 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).

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.

The sigpending() system call will fail if:
[]
The set argument specified an invalid address.

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

The sigpending() system call is expected to conform to IEEE Std 1003.1-1990 (“POSIX.1”).
September 6, 2013 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 2 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.