summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadrestart.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/threadrestart.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpukit/score/src/threadrestart.c b/cpukit/score/src/threadrestart.c
index 3350bfe464..b4204f7fbb 100644
--- a/cpukit/score/src/threadrestart.c
+++ b/cpukit/score/src/threadrestart.c
@@ -3,7 +3,10 @@
*
* @ingroup RTEMSScoreThread
*
- * @brief Restart Thread
+ * @brief This source file contains the implementation of _Thread_Cancel(),
+ * _Thread_Change_life(), _Thread_Close(), _Thread_Exit(), _Thread_Join(),
+ * _Thread_Kill_zombies(), _Thread_Restart_other(), _Thread_Restart_self(),
+ * and _Thread_Set_life_protection().
*/
/*