Changeset f8c6333 in rtems
- Timestamp:
- Oct 15, 1996, 9:38:33 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 27f0d424
- Parents:
- af999a8f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/headers/thread.h
raf999a8f rf8c6333 177 177 Thread_CPU_budget_algorithm_callout budget_callout; 178 178 179 unsigned32 ticks_executed; 179 180 Chain_Control *ready; 180 181 Priority_Information Priority_map; -
c/src/exec/score/include/rtems/score/thread.h
raf999a8f rf8c6333 177 177 Thread_CPU_budget_algorithm_callout budget_callout; 178 178 179 unsigned32 ticks_executed; 179 180 Chain_Control *ready; 180 181 Priority_Information Priority_map; -
cpukit/score/include/rtems/score/thread.h
raf999a8f rf8c6333 177 177 Thread_CPU_budget_algorithm_callout budget_callout; 178 178 179 unsigned32 ticks_executed; 179 180 Chain_Control *ready; 180 181 Priority_Information Priority_map;
Note: See TracChangeset
for help on using the changeset viewer.