summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxconcurrency01/psxconcurrency01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxconcurrency01/psxconcurrency01.doc')
-rw-r--r--testsuites/psxtests/psxconcurrency01/psxconcurrency01.doc25
1 files changed, 25 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxconcurrency01/psxconcurrency01.doc b/testsuites/psxtests/psxconcurrency01/psxconcurrency01.doc
new file mode 100644
index 0000000000..62492adfc9
--- /dev/null
+++ b/testsuites/psxtests/psxconcurrency01/psxconcurrency01.doc
@@ -0,0 +1,25 @@
+# COPYRIGHT (c) 2016.
+# 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.org/license/LICENSE.
+#
+
+This file describes the directives and concepts tested by this test set.
+
+test set name: psxconcurrency01
+
+directives:
+ pthread_getconcurrency
+ pthread_setconcurrency
+
+concepts:
+
++ This test exercises the pthread_getconcurrency() method.
++ This test exercises the pthread_setconcurrency() method.
+
+NOTE: These methods are of limited utility with any threading implementation
+ in which kernel threads and user threads are mapped 1:1. As of POSIX
+ Issue 7 (POSIX 2013), these are marked obsolete. But they are still
+ required for 2008 and Open Group FACE conformance.