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,a011e82e0079f0ea X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-10 10:41:37 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.stueberl.de!eusc.inter.net!cs.tu-berlin.de!not-for-mail From: Stephan Heinemann Newsgroups: comp.lang.ada Subject: Re: Ravenscar - Multiple Protected Entries Date: 10 Aug 2003 17:41:36 GMT Organization: Technische Universitaet Berlin, Deutschland Message-ID: References: <3F35AFA7.1030905@spam.com> NNTP-Posting-Host: fiesta.cs.tu-berlin.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.cs.tu-berlin.de 1060537296 16836 130.149.17.156 (10 Aug 2003 17:41:36 GMT) X-Complaints-To: news@cs.tu-berlin.de NNTP-Posting-Date: 10 Aug 2003 17:41:36 GMT User-Agent: tin/1.4.6-20020816 ("Aerials") (UNIX) (SunOS/5.9 (sun4u)) Xref: archiver1.google.com comp.lang.ada:41305 Date: 2003-08-10T17:41:36+00:00 List-Id: > Suppose 2 tasks have the same priority, are blocked on 2 entries of a > protected object, and both barriers become True at the same time. How do > you determine which of the 2 tasks executes next? The one which suspended first - FIFO_Within_Priorities. But which one suspended first? ... Stephan