Contents   Index   Search   Related Documents   Previous   Next


D.2.4 Non-Preemptive Dispatching

1/2
     This clause defines a non-preemptive task dispatching policy.

Static Semantics

2/2
     The policy_identifier Non_Preemptive_FIFO_Within_Priorities is a task dispatching policy.

Legality Rules

3/2
     Non_Preemptive_FIFO_Within_Priorities shall not be specified as the policy_identifier of pragma Priority_Specific_Dispatching (see D.2.2).

Dynamic Semantics

4/2
     When Non_Preemptive_FIFO_Within_Priorities is in effect, modifications to the ready queues occur only as follows:
5/2
6/2
7/2
8/2

Implementation Requirements

9/2
     An implementation shall allow specifying both the task dispatching policy as Non_Preemptive_FIFO_Within_Priorities and the locking policy (see D.3) as Ceiling_Locking for a single partition.

Implementation Permissions

10/2
      Since implementations are allowed to round all ceiling priorities in subrange System.Priority to System.Priority'Last (see D.3), an implementation may allow a task to execute within a protected object without raising its active priority provided the protected object does not contain pragma Interrupt_Priority, Interrupt_Handler, or Attach_Handler.

Contents   Index   Search   Related Documents   Previous   Next   Legal