From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,385c146dd3112519 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news4.google.com!postnews.google.com!19g2000yql.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: Private or public task ? Date: Wed, 10 Feb 2010 04:51:16 -0800 (PST) Organization: http://groups.google.com Message-ID: <737a43cf-5035-4d55-8416-40fd977d2e07@19g2000yql.googlegroups.com> References: <38a0a3f9-b4a0-48f3-98c9-63b03fe03aca@q4g2000yqm.googlegroups.com> <8bf887ec-38cc-4327-8cf6-38af4925e786@a5g2000yqi.googlegroups.com> <976ukh.m59.ln@hunter.axlog.fr> NNTP-Posting-Host: 20.133.0.8 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1265806276 20496 127.0.0.1 (10 Feb 2010 12:51:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 10 Feb 2010 12:51:16 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 19g2000yql.googlegroups.com; posting-host=20.133.0.8; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:9077 Date: 2010-02-10T04:51:16-08:00 List-Id: On Feb 10, 11:44=A0am, Jean-Pierre Rosen wrote: > Martin a =E9crit : > > > It's isn't predicatable - it will delay for /at least/ > > Some_Static_Constant. It's up to the task scheduling algorithm (plus > > the rest of the program! ;-) as to what happen next...and when! > > If your compiler supports annex D, the possible extra delay time has to > be documented - see D.9. > > -- > --------------------------------------------------------- > =A0 =A0 =A0 =A0 =A0 =A0J-P. Rosen (ro...@adalog.fr) > Visit Adalog's web site athttp://www.adalog.fr D.9 (12) in this case? I guess if you're that interested then you do need an Annex D conforming compiler...just looking and yup, GNAT GLP 2009 for WinXP doesn't list that - so non-deterministic for this OS. Cheers -- Martin