summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcleanup02/psxcleanup02.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxcleanup02/psxcleanup02.doc')
-rw-r--r--testsuites/psxtests/psxcleanup02/psxcleanup02.doc13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxcleanup02/psxcleanup02.doc b/testsuites/psxtests/psxcleanup02/psxcleanup02.doc
new file mode 100644
index 0000000000..8fb016485a
--- /dev/null
+++ b/testsuites/psxtests/psxcleanup02/psxcleanup02.doc
@@ -0,0 +1,13 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: psxcleanup02
+
+directives:
+
+ - pthread_key_create()
+ - pthread_cleanup_push()
+
+concepts:
+
+ - Ensures that the POSIX cleanup handler are called before the POSIX key
+ destructors.