summaryrefslogtreecommitdiff
path: root/cpukit/score/src/threadsetstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadsetstate.c')
-rw-r--r--cpukit/score/src/threadsetstate.c13
1 files changed, 8 insertions, 5 deletions
diff --git a/cpukit/score/src/threadsetstate.c b/cpukit/score/src/threadsetstate.c
index 1372b5d919..f72cdec750 100644
--- a/cpukit/score/src/threadsetstate.c
+++ b/cpukit/score/src/threadsetstate.c
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @brief Sets States for a Thread
+ *
+ * @ingroup ScoreThread
+ */
+
/*
* Thread Handler / Thread Set State
*
@@ -27,11 +35,6 @@
#include <rtems/score/threadq.h>
#include <rtems/score/wkspace.h>
-/*
- * INTERRUPT LATENCY:
- * ready chain
- * select map
- */
void _Thread_Set_state(
Thread_Control *the_thread,
States_Control state