summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcond02/psxcond02.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-03-09 15:15:37 -0600
committerJoel Sherrill <joel@rtems.org>2016-06-16 09:04:11 -0500
commit6131b849081335e101f92b4a99e01572153d44f5 (patch)
tree453f987a20252c55b7084e030508a8a02d1f348a /testsuites/psxtests/psxcond02/psxcond02.doc
parentmptests/mp03/task1.c: Make method static to fix warning (diff)
downloadrtems-6131b849081335e101f92b4a99e01572153d44f5.tar.bz2
Add pthread_condattr_getclock() and pthread_condattr_setclock()
updates #2608.
Diffstat (limited to 'testsuites/psxtests/psxcond02/psxcond02.doc')
-rw-r--r--testsuites/psxtests/psxcond02/psxcond02.doc27
1 files changed, 27 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxcond02/psxcond02.doc b/testsuites/psxtests/psxcond02/psxcond02.doc
new file mode 100644
index 0000000000..9e6f88a212
--- /dev/null
+++ b/testsuites/psxtests/psxcond02/psxcond02.doc
@@ -0,0 +1,27 @@
+# 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: psxcond02
+
+directives:
+
+ pthread_condattr_init
+ pthread_condcondattr_getclock
+ pthread_condcondattr_setclock
+
+concepts:
+
++ Verify error conditions in pthread_condattr_getclock
+
++ Verify error conditions in pthread_condattr_setclock
+
++ Verify normal paths through pthread_condattr_getclock
+
++ Verify normal paths through pthread_condattr_setclock