summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/statesimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-14 11:11:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-14 16:49:27 +0200
commitc21c5912a86e752dc3a65101385838291d8e0536 (patch)
treea5f840d68e780eae82f5797c0e8f194251b52503 /cpukit/score/include/rtems/score/statesimpl.h
parentscore: Typo (diff)
downloadrtems-c21c5912a86e752dc3a65101385838291d8e0536.tar.bz2
score: Add STATES_RESTARTING
Use separate state for thread restart.
Diffstat (limited to 'cpukit/score/include/rtems/score/statesimpl.h')
-rw-r--r--cpukit/score/include/rtems/score/statesimpl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/statesimpl.h b/cpukit/score/include/rtems/score/statesimpl.h
index b7dfd7ad93..00d1092dfb 100644
--- a/cpukit/score/include/rtems/score/statesimpl.h
+++ b/cpukit/score/include/rtems/score/statesimpl.h
@@ -84,6 +84,8 @@ extern "C" {
#define STATES_ZOMBIE 0x200000
/** This macro corresponds to a task migrating to another scheduler. */
#define STATES_MIGRATING 0x400000
+/** This macro corresponds to a task restarting. */
+#define STATES_RESTARTING 0x800000
/** This macro corresponds to a task which is in an interruptible
* blocking state.