comparison gcc/ada/libgnarl/s-taprop.ads @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
4 -- -- 4 -- --
5 -- S Y S T E M . T A S K _ P R I M I T I V E S .O P E R A T I O N S -- 5 -- S Y S T E M . T A S K _ P R I M I T I V E S .O P E R A T I O N S --
6 -- -- 6 -- --
7 -- S p e c -- 7 -- S p e c --
8 -- -- 8 -- --
9 -- Copyright (C) 1992-2017, Free Software Foundation, Inc. -- 9 -- Copyright (C) 1992-2018, Free Software Foundation, Inc. --
10 -- -- 10 -- --
11 -- GNARL is free software; you can redistribute it and/or modify it under -- 11 -- GNARL is free software; you can redistribute it and/or modify it under --
12 -- terms of the GNU General Public License as published by the Free Soft- -- 12 -- terms of the GNU General Public License as published by the Free Soft- --
13 -- ware Foundation; either version 3, or (at your option) any later ver- -- 13 -- ware Foundation; either version 3, or (at your option) any later ver- --
14 -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- 14 -- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
338 pragma Inline (Get_Priority); 338 pragma Inline (Get_Priority);
339 -- Returns the priority last set by Set_Priority for this task 339 -- Returns the priority last set by Set_Priority for this task
340 340
341 function Monotonic_Clock return Duration; 341 function Monotonic_Clock return Duration;
342 pragma Inline (Monotonic_Clock); 342 pragma Inline (Monotonic_Clock);
343 -- Returns "absolute" time, represented as an offset relative to "the 343 -- Returns "absolute" time, represented as an offset relative to an
344 -- Epoch", which is Jan 1, 1970. This clock implementation is immune to 344 -- unspecified Epoch. This clock implementation is immune to the
345 -- the system's clock changes. 345 -- system's clock changes.
346 346
347 function RT_Resolution return Duration; 347 function RT_Resolution return Duration;
348 pragma Inline (RT_Resolution); 348 pragma Inline (RT_Resolution);
349 -- Returns resolution of the underlying clock used to implement RT_Clock 349 -- Returns resolution of the underlying clock used to implement RT_Clock
350 350