summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmcond01/psxtmcond01.doc
diff options
context:
space:
mode:
authorChristopher Kerl <zargyyoyo@gmail.com>2013-01-09 09:24:10 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-09 09:24:13 -0600
commitcc2857a2fee85f686634f406a46dc4b7691acdda (patch)
treece054393111ae7ab3f6a313b7ebb03496ed69665 /testsuites/psxtmtests/psxtmcond01/psxtmcond01.doc
parentscore: Doxygen Clean Up Task #17 (diff)
downloadrtems-cc2857a2fee85f686634f406a46dc4b7691acdda.tar.bz2
GCI: Create POSIX Timing Test psxtmcond01
Diffstat (limited to '')
-rw-r--r--testsuites/psxtmtests/psxtmcond01/psxtmcond01.doc6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuites/psxtmtests/psxtmcond01/psxtmcond01.doc b/testsuites/psxtmtests/psxtmcond01/psxtmcond01.doc
new file mode 100644
index 0000000000..9ea2348c7d
--- /dev/null
+++ b/testsuites/psxtmtests/psxtmcond01/psxtmcond01.doc
@@ -0,0 +1,6 @@
+This test benchmarks the following cases:
+
++ single invocation of creating a POSIX condition variable
+ (e.g pthread_cond_init)
++ single invocation of deleting a POSIX condition variable
+ (e.g pthread_cond_destroy)