summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadchangepriority.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/threadchangepriority.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/score/src/threadchangepriority.c b/cpukit/score/src/threadchangepriority.c
index 458eae810a..13e9147916 100644
--- a/cpukit/score/src/threadchangepriority.c
+++ b/cpukit/score/src/threadchangepriority.c
@@ -1,9 +1,13 @@
/**
* @file
*
- * @brief Changes the Priority of a Thread
- *
* @ingroup RTEMSScoreThread
+ *
+ * @brief This source file contains the implementation of
+ * _Thread_Priority_add(), _Thread_Priority_and_sticky_update(),
+ * _Thread_Priority_changed(), _Thread_Priority_perform_actions(),
+ * _Thread_Priority_remove(), _Thread_Priority_replace(), and
+ * _Thread_Priority_update().
*/
/*