Lines Matching +full:loss +full:- +full:of +full:- +full:signal
2 .\" The Regents of the University of California. All rights reserved.
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
10 .\" notice, this list of conditions and the following disclaimer in the
12 .\" 3. Neither the name of the University nor the names of its contributors
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 .Nd manipulate current signal mask
47 system call examines and/or changes the current signal mask (those signals
49 Signals are blocked if they are members of the current signal mask set.
53 is not null, the action of
55 depends on the value of the
58 The signal mask is changed as a function of the specified
63 using one of the following values from
65 .Bl -tag -width SIG_UNBLOCK
67 The new mask is the union of the current mask and the specified
70 The new mask is the intersection of the current mask
71 and the complement of the specified
81 the previous value of the signal mask.
85 the value of
88 providing a way to examine the signal mask without modification.
99 must be used instead of
102 .Rv -std sigprocmask
106 system call will fail and the signal mask will be unchanged if one
108 .Bl -tag -width Er
128 .St -p1003.1-90 .