2015-05-05 Yvan Roux <yvan.roux@linaro.org>
[official-gcc.git] / gcc / ada / a-stcoed.ads
blob0d39cc3d762605ee384f199ef0af5c865bbb4583
1 ------------------------------------------------------------------------------
2 -- --
3 -- GNAT RUN-TIME COMPONENTS --
4 -- --
5 -- A D A . S Y N C H R O N O U S _ T A S K _ C O N T R O L . E D F --
6 -- --
7 -- S p e c --
8 -- --
9 -- This specification is derived from the Ada Reference Manual for use with --
10 -- GNAT. In accordance with the copyright of that document, you can freely --
11 -- copy and modify this specification, provided that if you redistribute a --
12 -- modified version, any changes that you have made are clearly indicated. --
13 -- --
14 ------------------------------------------------------------------------------
16 -- This unit is not implemented in typical GNAT implementations that lie on
17 -- top of operating systems, because it is infeasible to implement in such
18 -- environments.
20 -- If a target environment provides appropriate support for this package,
21 -- then the Unimplemented_Unit pragma should be removed from this spec and
22 -- an appropriate body provided.
24 package Ada.Synchronous_Task_Control.EDF is
26 pragma Unimplemented_Unit;
28 procedure Suspend_Until_True_And_Set_Deadline
29 (S : in out Suspension_Object;
30 TS : Ada.Real_Time.Time_Span);
31 end Ada.Synchronous_Task_Control.EDF;