Rechercher une page de manuel
sigblock.2freebsd
Langue: en
Version: 266017 (debian - 07/07/09)
Section: 2 (Appels système)
BSD mandoc
NAME
sigsetmask sigblock - manipulate current signal maskLIBRARY
Lb libcSYNOPSIS
In signal.h Ft int Fn sigsetmask int mask Ft int Fn sigblock int mask Ft int Fn sigmask int signumDESCRIPTION
Bf -symbolic This interface is made obsolete by: Ef sigprocmask(2).The Fn sigsetmask function sets the current signal mask to the specified Fa mask . Signals are blocked from delivery if the corresponding bit in Fa mask is a 1. The Fn sigblock function adds the signals in the specified Fa mask to the current signal mask, rather than overwriting it as Fn sigsetmask does. The macro Fn sigmask is provided to construct the mask for a given Fa signum .
The system quietly disallows SIGKILL or SIGSTOP to be blocked.
RETURN VALUES
The Fn sigblock and Fn sigsetmask functions return the previous set of masked signals.SEE ALSO
kill(2), sigaction(2), sigprocmask(2), sigsuspend(2), sigvec(2), sigsetops(3)HISTORY
The Fn sigsetmask and Fn sigblock functions first appeared in BSD 4.2 and have been deprecated.Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre