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,7897733b1978b6a4 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.30.34 with SMTP id p2mr624903pbh.4.1321552893845; Thu, 17 Nov 2011 10:01:33 -0800 (PST) Path: h5ni2231pba.0!nntp.google.com!news1.google.com!postnews.google.com!s7g2000yqa.googlegroups.com!not-for-mail From: AdaMagica Newsgroups: comp.lang.ada Subject: Re: Freezing a task Date: Thu, 17 Nov 2011 10:01:11 -0800 (PST) Organization: http://groups.google.com Message-ID: <35e74df7-5910-47e5-a924-3d3bb1ec67a3@s7g2000yqa.googlegroups.com> References: <32992849.648.1321544004241.JavaMail.geo-discussion-forums@vbmh5> NNTP-Posting-Host: 91.7.63.150 Mime-Version: 1.0 X-Trace: posting.google.com 1321552883 2512 127.0.0.1 (17 Nov 2011 18:01:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 17 Nov 2011 18:01:23 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s7g2000yqa.googlegroups.com; posting-host=91.7.63.150; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.0; rv:7.0.1) Gecko/20100101 Firefox/7.0.1,gzip(gfe) Xref: news1.google.com comp.lang.ada:18956 Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-11-17T10:01:11-08:00 List-Id: > Aside from the other suggestions, you might want to look into > Ada.Synchronous_Task_Control and Ada.Asynchronous_Task_Control. Synch. might do the job, asynch is (for GNAT) only implemented on bare boards.