Query: sigsetmask
OS: bsd
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SIGSETMASK(2) System Calls Manual SIGSETMASK(2)NAMEsigsetmask - set current signal maskSYNOPSIS#include <signal.h> omask = sigsetmask(mask); long omask, mask; mask = sigmask(signum) long mask; int signum;DESCRIPTIONSigsetmask sets the current signal mask (those signals that are blocked from delivery). Signals are blocked if the corresponding bit in mask is a 1; the macro sigmask is provided to construct the mask for a given signum. The system quietly disallows SIGKILL, SIGSTOP, or SIGCONT to be blocked.RETURN VALUEThe previous set of masked signals is returned.SEE ALSOkill(2), sigvec(2), sigblock(2), sigpause(2) 4.2 Berkeley Distribution May 14, 1986 SIGSETMASK(2)
Related Man Pages |
---|
sigmask(2) - debian |
sigsetmask(2) - debian |
sigmask(2) - osx |
sigblock(3ucb) - sunos |
sigpause(3ucb) - sunos |
Similar Topics in the Unix Linux Community |
---|
signals - SIGTERM |
select vs poll |
gcc -3.4.6 solaris installation error |
Trying to block signal |
Pro*C not running in oracle11g R2 on AIX 6.1.... |