summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadq.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadq.c')
-rw-r--r--cpukit/score/src/threadq.c13
1 files changed, 10 insertions, 3 deletions
diff --git a/cpukit/score/src/threadq.c b/cpukit/score/src/threadq.c
index ffce17a857..55d8760f7c 100644
--- a/cpukit/score/src/threadq.c
+++ b/cpukit/score/src/threadq.c
@@ -1,8 +1,15 @@
/**
- * @file
+ * @file
*
- * @brief Thread Queue Initialize
- * @ingroup RTEMSScoreThreadQ
+ * @ingroup RTEMSScoreThreadQueue
+ *
+ * @brief This source file contains static assertions related to the Thread
+ * Queue Handler, the definition of ::_Thread_queue_Object_name, and the
+ * implementation of _Thread_queue_Acquire(),
+ * _Thread_queue_Do_acquire_critical(), _Thread_queue_Initialize(),
+ * _Thread_queue_MP_callout_do_nothing(), _Thread_queue_Object_initialize(),
+ * _Thread_queue_Queue_get_name_and_id(), _Thread_queue_Release(), and
+ * _Thread_queue_Release_critical().
*/
/*