(schedParms [relative_priority [scheduling_policy]])
The amount to decrease task priority. Similar to the Unix renice utility, a positive number will decrease the task priority. A negative number can be used to increase the task priority.
The OS scheduling policy to apply to the task, one of the following:
SCHED_FIFO The driver will execute until it blocks or is preempted by a higher priority process,
SCHED_RR The driver will be time-sliced with other processes at the same priority.
SCHED_OTHER An alternative scheduling algorithm that decays the priority if it consumes too much processor without blocking.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.