Dynamic ceiling priorities and Ada 95

  • Authors:
  • Jorge Real;Andy Wellings

  • Affiliations:
  • DISCA - Universidad Politecnica de Valencia (SPAIN);Dept, of Computer Science - University of York (UK)

  • Venue:
  • IRTAW '99 Proceedings of the ninth international workshop on Real-time Ada
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

Ada 95 provides dynamic priorities for tasks but ceiling priorities for protected objects are statically assigned by means of a pragma. The semantic complexity as well as the potential inefficiency of any resulting implementation seem to have been the main objections to including dynamic ceilings in Ada 95. Nevertheless, in frequent scenarios such as multi-moded real-time systems, it is desirable for ceiling priorities to be dynamic, to accommodate the different priority assignments given to tasks in the different modes. This problem is usually worked around by applying the so-called ceiling of ceilings as a static ceiling for all modes, which may result in lower schedulability as extra blocking potentially occurs. In this paper we investigate on how to use a hypothetical Set_Ceiling dynamic operation, without incurring the risk of semantic ambiguities, and how a multi-moded system can benefit from its existence.