Changeset 01f302b in rtems
- Timestamp:
- 05/14/14 09:07:34 (10 years ago)
- Branches:
- 4.11, 5, master
- Children:
- c21c5912
- Parents:
- 0e8d55b0
- git-author:
- Sebastian Huber <sebastian.huber@…> (05/14/14 09:07:34)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (05/14/14 14:49:27)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/include/rtems/score/statesimpl.h
r0e8d55b0 r01f302b 83 83 /** This macro corresponds to a task being a zombie. */ 84 84 #define STATES_ZOMBIE 0x200000 85 /** This macro corresponds to a task migrati onto another scheduler. */85 /** This macro corresponds to a task migrating to another scheduler. */ 86 86 #define STATES_MIGRATING 0x400000 87 87
Note: See TracChangeset
for help on using the changeset viewer.