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.3 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,33c859f76d1d7bed X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-09 09:24:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!fr.usenet-edu.net!usenet-edu.net!enst.fr!not-for-mail From: "David C. Hoos" Newsgroups: comp.lang.ada Subject: Re: Gnat Ada Tasking and Threads Date: Thu, 9 Jan 2003 11:23:52 -0600 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: <3e1da740$1@news.swissonline.ch> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1042133042 12072 137.194.161.2 (9 Jan 2003 17:24:02 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Thu, 9 Jan 2003 17:24:02 +0000 (UTC) Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.13 Precedence: bulk List-Unsubscribe: , List-Id: comp.lang.ada mail<->news gateway List-Post: List-Help: List-Subscribe: , Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:32836 Date: 2003-01-09T11:23:52-06:00 ----- Original Message ----- From: "Jakob Erber" Newsgroups: comp.lang.ada To: Sent: Thursday, January 09, 2003 10:43 AM Subject: Gnat Ada Tasking and Threads > Hello, > > are Gnat Ada Tasks based on the thread modell, the operating system offers > (for example pthreads), or does Gnat Ada implement its own threading system? > This question is answered in the secret documentation furnished with each GNAT distribution -- in this case in the GNAT Reference Manual section entitled Implementation-defined characteristics, item 94, i.e.: 94. The affect of implementation defined execution resources on task dispatching. See D.2.1(9). Tasks map to threads in the threads package used by GNAT. Where possible and appropriate, these threads correspond to native threads of the underlying operating system. > best regards > > Jakob > > > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada >