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.157.4.138 with SMTP id 10mr11121417otm.47.1461263516413; Thu, 21 Apr 2016 11:31:56 -0700 (PDT) X-Received: by 10.157.8.54 with SMTP id 51mr145669oty.13.1461263516383; Thu, 21 Apr 2016 11:31:56 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!g8no5198271igr.0!news-out.google.com!u9ni354igk.0!nntp.google.com!g8no5198267igr.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 21 Apr 2016 11:31:56 -0700 (PDT) In-Reply-To: <87twiult72.fsf@adaheads.consafe1.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=149.32.224.36; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 149.32.224.36 References: <86d4c5fa-5ead-41ac-b139-449ed9d89d89@googlegroups.com> <87twiult72.fsf@adaheads.consafe1.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: timer_server triggers Task_Termination handler From: Anh Vo Injection-Date: Thu, 21 Apr 2016 18:31:56 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:30221 Date: 2016-04-21T11:31:56-07:00 List-Id: On Thursday, April 21, 2016 at 11:20:34 AM UTC-7, Jacob Sparre Andersen wrote: > Anh Vo wrote: > > > On Thursday, April 21, 2016 at 3:23:51 AM UTC-7, Per Dalgas Jakobsen wrote: > >> Is it correct behaviour when tasks internal to the GNAT run-time causes > >> users task_termination handlers to be called? > > > > Yes, this is correct behavior. See C.7.3 of the Ada Reference Manual, > > I can't see anywhere in section C.7.3, which allows the compiler to > insert "spontaneous" calls to the termination handlers. How about paragraph 13/3 of C.7.3. Anh Vo