summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadq.c
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2012-11-29 17:14:28 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-11-29 17:14:28 -0600
commitf2f63d15488312ec053dec8842a2a25a8f957305 (patch)
tree87e76f60a6f7ceda5c4a7f1562529c0a35429e23 /cpukit/score/src/threadq.c
parentscore misc: Score misc: Clean up Doxygen #6 (GCI 2012) (diff)
downloadrtems-f2f63d15488312ec053dec8842a2a25a8f957305.tar.bz2
score misc: Score misc: Clean up Doxygen #7 (GCI 2012)
This patch is a task from GCI 2012 which improves the Doxygen comments in the RTEMS source. https://google-melange.appspot.com/gci/task/view/google/gci2012/7986214
Diffstat (limited to 'cpukit/score/src/threadq.c')
-rw-r--r--cpukit/score/src/threadq.c24
1 files changed, 7 insertions, 17 deletions
diff --git a/cpukit/score/src/threadq.c b/cpukit/score/src/threadq.c
index 2a7449fa78..900a3f6b03 100644
--- a/cpukit/score/src/threadq.c
+++ b/cpukit/score/src/threadq.c
@@ -1,7 +1,11 @@
-/*
- * Thread Queue Handler
- *
+/**
+ * @file
*
+ * @brief Thread Queue Initialize
+ * @ingroup ScoreThreadQ
+ */
+
+/*
* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
@@ -23,20 +27,6 @@
#include <rtems/score/threadq.h>
#include <rtems/score/tqdata.h>
-/*
- * _Thread_queue_Initialize
- *
- * This routine initializes the specified threadq.
- *
- * Input parameters:
- * the_thread_queue - pointer to a threadq header
- * discipline - queueing discipline
- * state - state of waiting threads
- * timeout_status - return on a timeout
- *
- * Output parameters: NONE
- */
-
void _Thread_queue_Initialize(
Thread_queue_Control *the_thread_queue,
Thread_queue_Disciplines the_discipline,