From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6295 invoked by alias); 11 Oct 2004 15:55:23 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6286 invoked from network); 11 Oct 2004 15:55:22 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org with SMTP; 11 Oct 2004 15:55:22 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 3A56A47D98; Mon, 11 Oct 2004 08:55:21 -0700 (PDT) Date: Mon, 11 Oct 2004 15:55:00 -0000 From: Joel Brobecker To: Andrew Cagney , gdb-patches@sources.redhat.com, msnyder@redhat.com Subject: Re: [rfa] Include the LWP in thread-db's PTIDs Message-ID: <20041011155521.GG26446@gnat.com> References: <20041010213630.GA8218@nevyn.them.org> <416AA623.7080304@gnu.org> <20041011153838.GA26796@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041011153838.GA26796@nevyn.them.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-10/txt/msg00195.txt.bz2 > Ada tasks are actually a very interesting example, since IIUC they are > layered on top of POSIX threads. Joel, have I got that right? Yes. Or maybe more precisely, the threads library does not have to be POSIX, AFAIK. But basically, Ada tasking is usually implemented using the system threads. -- Joel