summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/rtems/score/thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index a0fa5059be..b6332d6a74 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -150,6 +150,7 @@ typedef struct {
/****************** end of common block ********************/
boolean is_global;
boolean do_post_task_switch_extension;
+ unsigned32 cpu_time_budget;
Chain_Control *ready;
Priority_Information Priority_map;
Thread_Start_information Start;
@@ -210,10 +211,9 @@ SCORE_EXTERN unsigned32 _Thread_Dispatch_disable_level;
SCORE_EXTERN unsigned32 _Thread_Maximum_extensions;
/*
- * The following data items are used to manage timeslicing.
+ * The following is used to manage the length of a timeslice quantum.
*/
-SCORE_EXTERN unsigned32 _Thread_Ticks_remaining_in_timeslice;
SCORE_EXTERN unsigned32 _Thread_Ticks_per_timeslice;
/*