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-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!p4g2000yqm.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: Re: task model Date: Thu, 15 Oct 2009 12:55:06 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5329d230-6641-4089-9e38-7596b8c5b051@p4g2000yqm.googlegroups.com> References: <04458a0b-1e58-478b-a2f0-c47226f840ac@f16g2000yqm.googlegroups.com> <6b6bd661-06b0-4ef6-8d48-0ef97d55fdd4@f20g2000prn.googlegroups.com> NNTP-Posting-Host: 82.30.110.254 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1255636506 4256 127.0.0.1 (15 Oct 2009 19:55:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 15 Oct 2009 19:55:06 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p4g2000yqm.googlegroups.com; posting-host=82.30.110.254; posting-account=_RXWmAoAAADQS3ojtLFDmTNJCT0N2R4U User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8705 Date: 2009-10-15T12:55:06-07:00 List-Id: On Oct 15, 8:15=A0pm, Anh Vo wrote: > 1. Make sure the task not terminated before calling its entry. That is > using proc1'terminated syntax to query it. There's a race condition there! if not proc1'terminated then -- <<<<<<<<<<<<<<<<<<<<