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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,36bf044dcba542cc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-29 12:01:39 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!enews.sgi.com!newshub2.rdc1.sfba.home.com!news.home.com!news1.sttln1.wa.home.com.POSTED!not-for-mail From: "DuckE" Newsgroups: comp.lang.ada References: <3BB604E6.684884D9@avercom.net> Subject: Re: Question on using protected objects X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Sat, 29 Sep 2001 19:01:39 GMT NNTP-Posting-Host: 24.248.45.203 X-Complaints-To: abuse@home.net X-Trace: news1.sttln1.wa.home.com 1001790099 24.248.45.203 (Sat, 29 Sep 2001 12:01:39 PDT) NNTP-Posting-Date: Sat, 29 Sep 2001 12:01:39 PDT Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: archiver1.google.com comp.lang.ada:13520 Date: 2001-09-29T19:01:39+00:00 List-Id: "Tucker Taft" wrote in message news:3BB604E6.684884D9@avercom.net... > [snip] > I presume you might be wondering whether you can > use the entry family index in an entry barrier. The > answer is definitely. An entry family is like an array > of entries, and each has its own entry queue, and may > hence have an entry barrier expression that differs > according to the entry family index. Yes, that is EXACTLY what I was wondering. Thank you for clearing that up for me. SteveD > > Normal entries are not allowed to reference their "normal" > parameters in the entry barrier expression because there is > only one entry queue, and the entry barrier applies to the > queue as a whole, not individual calls on the entry. > The parameters of course depend on individual calls. > > -Tucker Taft stt@avercom.net > >