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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.115.229 with SMTP id jr5mr5249145obb.38.1411564622194; Wed, 24 Sep 2014 06:17:02 -0700 (PDT) X-Received: by 10.182.158.68 with SMTP id ws4mr18249obb.10.1411564622041; Wed, 24 Sep 2014 06:17:02 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!a13no2655477igq.0!news-out.google.com!rp1ni1450igb.0!nntp.google.com!a13no2655474igq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 24 Sep 2014 06:17:01 -0700 (PDT) In-Reply-To: <00ba137c-cc71-4f7f-8c39-740c6981c992@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=130.113.46.8; posting-account=Lb5doAoAAAAWHET3z2_nBVbFSXaZQG1V NNTP-Posting-Host: 130.113.46.8 References: <00ba137c-cc71-4f7f-8c39-740c6981c992@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <47d6f1fc-1cf1-4542-a6e2-233b758aefec@googlegroups.com> Subject: Re: assigning priority to task From: Stribor40 Injection-Date: Wed, 24 Sep 2014 13:17:02 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:189136 Date: 2014-09-24T06:17:01-07:00 List-Id: how is calling another task at the entry point different from main thread calling another function or procedure and passing parameters to those? sorry if question is dumb but I am just failing to see the difference.... Is it because of tasks synchronization mechanism that calling tasks waits if another tasks is using things defined after accept statement?