From a3a7527e1fa084ff34c3bc2858b0d2905c123467 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 27 Mar 1998 13:04:02 +0000 Subject: Attempting to add variable so that in C all constants start with RTEMS_ and all directives start with rtems_. --- doc/user/schedule.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/user/schedule.t') diff --git a/doc/user/schedule.t b/doc/user/schedule.t index 4e30b54215..7d6d896ac2 100644 --- a/doc/user/schedule.t +++ b/doc/user/schedule.t @@ -128,8 +128,8 @@ to a task.} Another way the user can alter the basic scheduling algorithm is by manipulating the preemption mode flag -(PREEMPT_MASK) of individual tasks. If preemption is disabled -for a task (NO_PREEMPT), then the task will not relinquish +(@code{PREEMPT_MASK}) of individual tasks. If preemption is disabled +for a task (@code{NO_PREEMPT}), then the task will not relinquish control of the processor until it terminates, blocks, or re-enables preemption. Even tasks which become ready to run and possess higher priority levels will not be allowed to execute. @@ -146,8 +146,8 @@ Timeslicing or round-robin scheduling is an additional method which can be used to alter the basic scheduling algorithm. Like preemption, timeslicing is specified on a task by task basis using the timeslicing mode flag -(TIMESLICE_MASK). If timeslicing is enabled for a task -(TIMESLICE), then RTEMS will limit the amount of time the task +(@code{TIMESLICE_MASK}). If timeslicing is enabled for a task +(@code{TIMESLICE}), then RTEMS will limit the amount of time the task can execute before the processor is allocated to another task. Each tick of the real-time clock reduces the currently running task's timeslice. When the execution time equals the timeslice, -- cgit v1.2.3