OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [ada/] [a-diroro.ads] - Blame information for rev 706

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 706 jeremybenn
------------------------------------------------------------------------------
2
--                                                                          --
3
--                         GNAT RUN-TIME COMPONENTS                         --
4
--                                                                          --
5
--          A D A . D I S P A T C H I N G . R O U N D _ R O B I N           --
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
------------------------------------------------------------------------------
15
 
16
with System;
17
with Ada.Real_Time;
18
 
19
package Ada.Dispatching.Round_Robin is
20
 
21
   pragma Unimplemented_Unit;
22
 
23
   Default_Quantum : constant Ada.Real_Time.Time_Span :=
24
                       Ada.Real_Time.Milliseconds (10);
25
 
26
   procedure Set_Quantum
27
     (Pri     : System.Priority;
28
      Quantum : Ada.Real_Time.Time_Span);
29
 
30
   procedure Set_Quantum
31
     (Low, High : System.Priority;
32
      Quantum   : Ada.Real_Time.Time_Span);
33
 
34
   function Actual_Quantum
35
     (Pri : System.Priority) return Ada.Real_Time.Time_Span;
36
 
37
   function Is_Round_Robin (Pri : System.Priority) return Boolean;
38
 
39
end Ada.Dispatching.Round_Robin;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.