comparison gcc/ada/libgnarl/s-osinte__hpux.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
5 -- S Y S T E M . O S _ I N T E R F A C E -- 5 -- S Y S T E M . O S _ I N T E R F A C E --
6 -- -- 6 -- --
7 -- S p e c -- 7 -- S p e c --
8 -- -- 8 -- --
9 -- Copyright (C) 1991-2017, Florida State University -- 9 -- Copyright (C) 1991-2017, Florida State University --
10 -- Copyright (C) 1995-2017, Free Software Foundation, Inc. -- 10 -- Copyright (C) 1995-2018, Free Software Foundation, Inc. --
11 -- -- 11 -- --
12 -- GNAT is free software; you can redistribute it and/or modify it under -- 12 -- GNAT is free software; you can redistribute it and/or modify it under --
13 -- terms of the GNU General Public License as published by the Free Soft- -- 13 -- terms of the GNU General Public License as published by the Free Soft- --
14 -- ware Foundation; either version 3, or (at your option) any later ver- -- 14 -- ware Foundation; either version 3, or (at your option) any later ver- --
15 -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- 15 -- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
398 (cond : access pthread_cond_t; 398 (cond : access pthread_cond_t;
399 mutex : access pthread_mutex_t; 399 mutex : access pthread_mutex_t;
400 abstime : access timespec) return int; 400 abstime : access timespec) return int;
401 pragma Import (C, pthread_cond_timedwait, "pthread_cond_timedwait"); 401 pragma Import (C, pthread_cond_timedwait, "pthread_cond_timedwait");
402 402
403 Relative_Timed_Wait : constant Boolean := False;
404 -- pthread_cond_timedwait requires an absolute delay time
405
406 -------------------------- 403 --------------------------
407 -- POSIX.1c Section 13 -- 404 -- POSIX.1c Section 13 --
408 -------------------------- 405 --------------------------
409 406
410 PTHREAD_PRIO_NONE : constant := 16#100#; 407 PTHREAD_PRIO_NONE : constant := 16#100#;