Warning, /testsuites/psxtests/psxsignal07/psxsignal07.doc is written in an unsupported language. File is not indexed.
0001 # COPYRIGHT (c) 2019.
0002 # On-Line Applications Research Corporation (OAR).
0003 #
0004 # SPDX-License-Identifier: BSD-2-Clause
0005 #
0006
0007 This file describes the directives and concepts tested by this test set.
0008
0009 test set name: psxsignal07
0010
0011 directives:
0012
0013 sigprocmask
0014 sigemptyset
0015 sigaddset
0016
0017 concepts:
0018
0019 + Ensure that the initial signal mask is empty (all unmasked).
0020
0021 + Ensure that a POSIX thread inherits an empty signal mask.
0022
0023 + Ensure that a POSIX thread inherits an non-empty signal mask.