summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spstdthreads01/spstdthreads01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spstdthreads01/spstdthreads01.doc')
-rw-r--r--testsuites/sptests/spstdthreads01/spstdthreads01.doc35
1 files changed, 35 insertions, 0 deletions
diff --git a/testsuites/sptests/spstdthreads01/spstdthreads01.doc b/testsuites/sptests/spstdthreads01/spstdthreads01.doc
new file mode 100644
index 0000000000..15943745fc
--- /dev/null
+++ b/testsuites/sptests/spstdthreads01/spstdthreads01.doc
@@ -0,0 +1,35 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: spstdthreads01
+
+directives:
+
+ - call_once()
+ - cnd_broadcast()
+ - cnd_destroy()
+ - cnd_init()
+ - cnd_signal()
+ - cnd_timedwait()
+ - cnd_wait()
+ - mtx_destroy()
+ - mtx_init()
+ - mtx_lock()
+ - mtx_timedlock()
+ - mtx_trylock()
+ - mtx_unlock()
+ - thrd_create()
+ - thrd_current()
+ - thrd_detach()
+ - thrd_equal()
+ - thrd_exit()
+ - thrd_join()
+ - thrd_sleep()
+ - thrd_yield()
+ - tss_create()
+ - tss_delete()
+ - tss_get()
+ - tss_set()
+
+concepts:
+
+ - Ensure that the C11 threads API works.