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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,41ca6078c7e62705,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!l41g2000cwc.googlegroups.com!not-for-mail From: mp2sleep@hotmail.com Newsgroups: comp.lang.ada Subject: Task States: Master Completion Date: 8 Mar 2005 08:57:24 -0800 Organization: http://groups.google.com Message-ID: <1110301044.771653.199350@l41g2000cwc.googlegroups.com> NNTP-Posting-Host: 61.95.224.147 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1110301049 23396 127.0.0.1 (8 Mar 2005 16:57:29 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 8 Mar 2005 16:57:29 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: l41g2000cwc.googlegroups.com; posting-host=61.95.224.147; posting-account=qXGzZg0AAAAQUljSMyinSghu8037OGcq Xref: g2news1.google.com comp.lang.ada:8865 Date: 2005-03-08T08:57:24-08:00 List-Id: Hi: I am aware that ARM95 does not impose any more task states then those implied by: i) IsTerminated ii IsCallable. This is with reference to any practical implementation's support for Task States(GNAT? Why not?). How many different states associated with Master completion suffice and how? Since I am a novice Ada programmer, I will be happy if the motivation for the design is explained generically in addition to OR as opposed to thru references to GNAT's Master_Completion_Sleep and Master_Phase_2_Sleep. Regards,