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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fc232b1f37897ed0 X-Google-Attributes: gid103376,public From: Steve Quinlan Subject: Re: D.10 Date: 1999/04/12 Message-ID: <37124917.4E385A6@nospam.lmco.com>#1/1 X-Deja-AN: 465585179 Content-Transfer-Encoding: 7bit References: Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@inetserv2 X-Trace: inetserv2.fs.lmco.com 923945178 17082 158.187.25.141 (12 Apr 1999 19:26:18 GMT) Organization: Lockheed-Martin Air Traffic Management Mime-Version: 1.0 NNTP-Posting-Date: 12 Apr 1999 19:26:18 GMT Newsgroups: comp.lang.ada Date: 1999-04-12T19:26:18+00:00 List-Id: In the Annotated ARM, there is a discussion item after D.10.6 which seems to make clear (is that an oxymoron?) that it was not intended to be used this way: " This object is assumed to be private toe the declaring task, i.e. only that task will call Suspend_Until_True on this object, and the count of callers is at most 1. Other tasks can, of course, change and query the state of this object."