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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c2dda499a002ec3c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-25 16:55:44 PST Date: Tue, 26 Mar 2002 09:44:26 +0800 From: Adrian Hoe Organization: AdrianHoe.com X-Mailer: Mozilla 4.7C-CCK-MCD Caldera Systems OpenLinux [en] (X11; I; Linux 2.2.10 i586) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: rendez-vous underlying mechanism References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: mlk-198-164.tm.net.my X-Original-NNTP-Posting-Host: mlk-198-164.tm.net.my Message-ID: <3c9fc639_2@news.tm.net.my> X-Trace: news.tm.net.my 1017103929 mlk-198-164.tm.net.my (26 Mar 2002 08:52:09 +0800) Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cwix.com!news1.tm.net.my Xref: archiver1.google.com comp.lang.ada:21664 Date: 2002-03-26T09:44:26+08:00 List-Id: Bozo wrote: > > Hi all, > > I'm jus wondering how a rendez-vous is done internally. I'd like to do > something resembling a rendez-vous in C and that would help me. > > Thanks Why C? Ada allows you to define tasks explicitly compare to C. GNAT is actually "translating" Ada to C. So, you can use GNAT to generate C code and then examine it. I can't actually remember how to have the C translation. I had it once some time ago after an incomplete installation of GNAT. :) -- Remove *nospam* to e-mail me. -- Adrian Hoe -- http://adrianhoe.com