sigprocmask man

Summary

The sigprocmask() function allows the calling process to examine or change (or both) the signal mask of the calling thread. 1 If the argument set is not a null pointer, it points to a set of signals to be used to change the currently blocked set. 1 The sigprocmask() function is used to examine and/or change the caller's signal mask. 2 If the value is SIG_BLOCK, the set pointed to by the set argument is added to the current signal mask. 2 If the value is SIG_UNBLOCK, the set pointed by the set argument is removed from the current signal mask. 2 The sigprocmask command is used to fetch and/or change the signal mask of a calling thread. 3 The signal mask is the set of signals whose delivery is currently blocked for the caller, and the behavior of the call is dependent on the value of how. 3 It is not possible to block SIGKILL or SIGSTOP, and tries to do so are silently ignored. 3 The sigprocmask() function examines and/or changes the current signal mask (those signals that are blocked from delivery). 4 Signals are blocked if they are members of the current signal mask set. 4 If set is not null, the action of sigprocmask() depends on the value of the parameter how. 4

According to


See more results on Neeva


Summaries from the best pages on the web

Summary The Open Group function allows the calling process to examine or change (or both) the signal mask of the calling thread. If the argument set is not a null pointer, it points to a set of signals to be used to change the currently blocked set.
sigprocmask
favIcon
opengroup.org

Summary The sigprocmask() function is used to examine and/or change the caller's signal mask. If the value is SIG_BLOCK , the set pointed to by the set argument is added to the current signal mask. If the value is SIG_UNBLOCK , the set pointed by the set argument is removed from the current signal mask
sigprocmask - man pages section 2: System Calls
favIcon
oracle.com

Want to link to this manual page? Use this URL: < https://www.freebsd.org/cgi/man.cgi?query=sigprocmask&sektion=2&manpath=FreeBSD+13.1-RELEASE >
sigprocmask(2)
favIcon
freebsd.org

Summary The sigprocmask command is used to fetch and/or change the signal mask of a calling thread. The signal mask is the set of signals whose delivery is currently blocked for the caller, and the behavior of the call is dependent on the value of how. It is not possible to block SIGKILL or SIGSTOP, and tries to do so are silently ignored.
sigprocmask man page on Fedora
favIcon
polarhome.com

Summary The sigprocmask() function examines and/or changes the current signal mask (those signals that are blocked from delivery). Signals are blocked if they are members of the current signal mask set. If set is not null, the action of sigprocmask() depends on the value of the parameter how.
sigprocmask(2) [osx man page]
favIcon
unix.com

sigprocmask (3p) - Linux Man Pages This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult ...
sigprocmask: examine and change blocked signals - Linux Man Pages (3p)
favIcon
systutorials.com

() is used to fetch and/or change the signal mask of the calling thread. The signal mask is the set of signals whose delivery is currently blocked for the ...
sigprocmask(2) - Linux manual page
favIcon
kernel.org

HP-UX Manual Page for: sigprocmask (2) -- examine and change blocked signals ... · Home + man pages -> Linux -> FreeBSD -> OpenBSD -> NetBSD -> Tru64 Unix -> ...
sigprocmask - HP-UX
favIcon
nixdoc.net

sigprocmask - change and/or examine caller’s signal mask int sigprocmask(int how , const sigset_t * set , sigset_t * oset );
solaris Man Page: sigprocmask(2)
favIcon
hawaii.edu

() function examines and/or changes the current signal mask (those signals that are blocked from delivery). Signals are blocked if they are members of the ...
UNIX man pages : sigprocmask ()
favIcon
nsc.ru

int sigprocmask ( int how , const sigset_t *set , sigset_t *oset ); The sigprocmask () function examines and/or changes the current signal mask (those signals ...
sigprocmask(2) - OpenBSD manual pages
favIcon
openbsd.org

() is used to fetch and/or change the signal mask of the calling thread. The signal mask is the set of signals whose delivery is currently blocked for the ...
sigprocmask(2) - Linux manual page
favIcon
man7.org

project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at ...
Ubuntu Manpage: sigprocmask, rt_sigprocmask - examine and change blocked signals
favIcon
ubuntu.com