Sponsor:

Your company here, and a link to your site. Click to find out more.

sigpending - Man Page

examine pending signals

Prolog

This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux.

Synopsis

#include <signal.h>

int sigpending(sigset_t *set);

Description

The sigpending() function shall store, in the location referenced by the set argument, the set of signals that are blocked from delivery to the calling thread and that are pending on the process or the calling thread.

Return Value

Upon successful completion, sigpending() shall return 0; otherwise, -1 shall be returned and errno set to indicate the error.

Errors

No errors are defined.

The following sections are informative.

Examples

None.

Application Usage

None.

Rationale

None.

Future Directions

None.

See Also

exec, pthread_sigmask(), sigaddset(), sigdelset(), sigemptyset(), sigfillset(), sigismember()

The Base Definitions volume of POSIX.1-2017, <signal.h>

Referenced By

exec(3p), pthread_sigmask(3p), sigaddset(3p), sigdelset(3p), sigemptyset(3p), sigfillset(3p), sigismember(3p), signal.h(0p), sigtimedwait(3p), sigwait(3p).

2017 IEEE/The Open Group POSIX Programmer's Manual