summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxsignal07/psxsignal07.doc
blob: 78425471f76688a714de649a1a6f5cfb27df5398 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#  COPYRIGHT (c) 2019.
#  On-Line Applications Research Corporation (OAR).
#
#  SPDX-License-Identifier: BSD-2-Clause
#

This file describes the directives and concepts tested by this test set.

test set name:  psxsignal07

directives:

  sigprocmask
  sigemptyset
  sigaddset

concepts:

+ Ensure that the initial signal mask is empty (all unmasked).

+ Ensure that a POSIX thread inherits an empty signal mask.

+ Ensure that a POSIX thread inherits an non-empty signal mask.