summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxsignal02/psxsignal02.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-24 19:18:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-24 19:18:20 +0000
commita3e4a589d5675db67668371a512b8412364b0f5a (patch)
tree60891ff5eadcdead6d5a84a60a76bb7d037a799f /testsuites/psxtests/psxsignal02/psxsignal02.doc
parent2009-07-24 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-a3e4a589d5675db67668371a512b8412364b0f5a.tar.bz2
2009-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add new test to exercise algorithm to dispatch process wide signals to individual threads. * psxsignal02/.cvsignore, psxsignal02/Makefile.am, psxsignal02/init.c, psxsignal02/psxsignal02.doc, psxsignal02/psxsignal02.scn: New files.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxsignal02/psxsignal02.doc38
1 files changed, 38 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxsignal02/psxsignal02.doc b/testsuites/psxtests/psxsignal02/psxsignal02.doc
new file mode 100644
index 0000000000..fdefaaa428
--- /dev/null
+++ b/testsuites/psxtests/psxsignal02/psxsignal02.doc
@@ -0,0 +1,38 @@
+#
+# $Id$
+#
+# COPYRIGHT (c) 1989-2009.
+# On-Line Applications Research Corporation (OAR).
+#
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
+# http://www.rtems.com/license/LICENSE.
+#
+
+This file describes the directives and concepts tested by this test set.
+
+test set name: psxsignal02
+
+directives:
+
+ sigemptyset
+ sigaddset
+ pthread_sigmask
+ sigaction
+ pthread_attr_init
+ pthread_setschedparam
+ pthread_attr_setinheritsched
+ pthread_attr_setschedpolicy
+ pthread_attr_setschedparam
+ pthread_create
+ kill
+
+concepts:
+
++ Ensure the the algorithm in killinfo.c which decides which
+ thread to deliver a POSIX process signal to is fully exercised.
+
+NOTE:
+
++ The order of thread creation, priority and their action is
+ very carefully chosen to force every path through killinfo.c.