summaryrefslogtreecommitdiff
path: root/cpukit/score/src/threadstart.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadstart.c')
-rw-r--r--cpukit/score/src/threadstart.c19
1 files changed, 7 insertions, 12 deletions
diff --git a/cpukit/score/src/threadstart.c b/cpukit/score/src/threadstart.c
index 550404a2e4..d9ce62a091 100644
--- a/cpukit/score/src/threadstart.c
+++ b/cpukit/score/src/threadstart.c
@@ -1,7 +1,12 @@
-/*
- * Thread Handler
+/**
+ * @file
*
+ * @brief Initializes Thread and Executes it
*
+ * @ingroup ScoreThread
+ */
+
+/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
@@ -28,16 +33,6 @@
#include <rtems/score/userextimpl.h>
#include <rtems/score/wkspace.h>
-/*
- * _Thread_Start
- *
- * DESCRIPTION:
- *
- * This routine initializes the executable information for a thread
- * and makes it ready to execute. After this routine executes, the
- * thread competes with all other threads for CPU time.
- */
-
bool _Thread_Start(
Thread_Control *the_thread,
Thread_Start_types the_prototype,