summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-10-15 21:38:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-10-15 21:38:33 +0000
commitf8c63338c33fa380fff36d8b693478732c9419d1 (patch)
tree71457c7802a4dc0c5a148906ca00f2886eb8749b /c/src
parentadded i386ex from Erik Ivanenko (diff)
downloadrtems-f8c63338c33fa380fff36d8b693478732c9419d1.tar.bz2
added cpu time used field to tcb
Diffstat (limited to 'c/src')
-rw-r--r--c/src/exec/score/headers/thread.h1
-rw-r--r--c/src/exec/score/include/rtems/score/thread.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/score/headers/thread.h b/c/src/exec/score/headers/thread.h
index c0c59a5f74..b4b74dd344 100644
--- a/c/src/exec/score/headers/thread.h
+++ b/c/src/exec/score/headers/thread.h
@@ -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;
diff --git a/c/src/exec/score/include/rtems/score/thread.h b/c/src/exec/score/include/rtems/score/thread.h
index c0c59a5f74..b4b74dd344 100644
--- a/c/src/exec/score/include/rtems/score/thread.h
+++ b/c/src/exec/score/include/rtems/score/thread.h
@@ -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;