summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spthreadq01/spthreadq01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spthreadq01/spthreadq01.doc')
-rw-r--r--testsuites/sptests/spthreadq01/spthreadq01.doc12
1 files changed, 9 insertions, 3 deletions
diff --git a/testsuites/sptests/spthreadq01/spthreadq01.doc b/testsuites/sptests/spthreadq01/spthreadq01.doc
index cf80f5dd6a..c3837af168 100644
--- a/testsuites/sptests/spthreadq01/spthreadq01.doc
+++ b/testsuites/sptests/spthreadq01/spthreadq01.doc
@@ -12,9 +12,15 @@ test set name: spthreadq01
directives:
- _Threadq_Extract
+ - THREAD_QUEUE_INITIALIZER()
+ - _Thread_queue_Extract()
+ - _Thread_Wait_get_id()
concepts:
-+ Ensure that when an attempt is made to extract a thread which is not blocked
- on a thread queue, that the behavior is as expected.
+ - Ensure that the thread queue initializer correctly initializes the thread
+ queue.
+ - Ensure that when an attempt is made to extract a thread which is not blocked
+ on a thread queue, that the behavior is as expected.
+ - Ensure that _Thread_Wait_get_id() returns the right object identifier for
+ various high-level objects.