summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadinitialize.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadinitialize.c')
-rw-r--r--cpukit/score/src/threadinitialize.c17
1 files changed, 6 insertions, 11 deletions
diff --git a/cpukit/score/src/threadinitialize.c b/cpukit/score/src/threadinitialize.c
index 7fb650768b..fb22578c3d 100644
--- a/cpukit/score/src/threadinitialize.c
+++ b/cpukit/score/src/threadinitialize.c
@@ -1,6 +1,10 @@
-/*
- * Thread Handler / Thread Initialize
+/**
+ * @file
*
+ * @brief Initialize Thread
+ * @ingroup ScoreThread
+ */
+/*
* COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
@@ -29,15 +33,6 @@
#include <rtems/score/watchdog.h>
#include <rtems/score/wkspace.h>
-/*
- * _Thread_Initialize
- *
- * This routine initializes the specified the thread. It allocates
- * all memory associated with this thread. It completes by adding
- * the thread to the local object table so operations on this
- * thread id are allowed.
- */
-
bool _Thread_Initialize(
Objects_Information *information,
Thread_Control *the_thread,