added cpu time used field to tcb

This commit is contained in:
Joel Sherrill
1996-10-15 21:38:33 +00:00
parent af999a8f8a
commit f8c63338c3
3 changed files with 3 additions and 0 deletions

View File

@@ -176,6 +176,7 @@ struct Thread_Control_struct {
Thread_CPU_budget_algorithms budget_algorithm;
Thread_CPU_budget_algorithm_callout budget_callout;
unsigned32 ticks_executed;
Chain_Control *ready;
Priority_Information Priority_map;
Thread_Start_information Start;

View File

@@ -176,6 +176,7 @@ struct Thread_Control_struct {
Thread_CPU_budget_algorithms budget_algorithm;
Thread_CPU_budget_algorithm_callout budget_callout;
unsigned32 ticks_executed;
Chain_Control *ready;
Priority_Information Priority_map;
Thread_Start_information Start;