From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 9 09:57:16 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A7B910656EA for ; Fri, 9 Jan 2009 09:57:16 +0000 (UTC) (envelope-from aksoy.for.research@gmail.com) Received: from mail-bw0-f20.google.com (mail-bw0-f20.google.com [209.85.218.20]) by mx1.freebsd.org (Postfix) with ESMTP id E7EBE8FC22 for ; Fri, 9 Jan 2009 09:57:15 +0000 (UTC) (envelope-from aksoy.for.research@gmail.com) Received: by bwz13 with SMTP id 13so2197919bwz.19 for ; Fri, 09 Jan 2009 01:57:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=XkiV7zWj9/PBEvysh6gmiJ16wzaPOi18EZtgPL9vM3I=; b=XOtsbwXolq98qVx7A59Em+B8WdCQS1r6plS/I1PrQLv8J8a4OtdVLDjaDgnxdAs9Op mQkfFx8ewWkWWzQxvNhs1vYFWO1IsSlIDucVibeBQwPotzK0Rtl7Gf+oCNoQYxPGfEpx bSXoTd6bMLhg3L0RHkAiVBiVKnfhY2oFxrdUM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=CEkeqk7ByUvGdzF2SkgmE7KrCI8r0th/+oSW6CfR8MqLncb5UwuA7CjauLia9gYTuh mUDNOCkiQ2FRaUq4TRSAAtTq/pTRxAC+O8WKSLWcgDkT8XoaBVQNivlDZcTb+vtdDw8g f9UZPZwyvQJYs6bupyA/GnyYLVY82pnUYVPR8= Received: by 10.181.4.1 with SMTP id g1mr3406324bki.100.1231495034932; Fri, 09 Jan 2009 01:57:14 -0800 (PST) Received: by 10.181.224.18 with HTTP; Fri, 9 Jan 2009 01:57:14 -0800 (PST) Message-ID: <14ded62c0901090157t7397f615ted93a979fdda5e14@mail.gmail.com> Date: Fri, 9 Jan 2009 04:57:14 -0500 From: "=?ISO-8859-1?Q?Mehmet_Ali_Aksoy_T=DCYS=DCZ?=" To: "Ulf Lilleengen" In-Reply-To: <20090108215917.GA1375@carrot.default.net> MIME-Version: 1.0 References: <14ded62c0901080123u7268055epb3e17d84aa757051@mail.gmail.com> <20090108150807.GA1264@carrot.pvv.ntnu.no> <14ded62c0901080616o68bad18cg256fa10f12c4560b@mail.gmail.com> <20090108215917.GA1375@carrot.default.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org Subject: Re: Threads and SMP kernel scheduling X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2009 09:57:17 -0000 Hi, Thank you very much again Ulf. I found this http://en.wikipedia.org/wiki/Native_POSIX_Thread_Library and i= t describes 1:1 correspondence of Linux threads. So, you were right and thank you very much again. Regards, Mehmet On Thu, Jan 8, 2009 at 4:59 PM, Ulf Lilleengen wr= ote: > On tor, jan 08, 2009 at 09:16:26am -0500, Mehmet Ali Aksoy T=DCYS=DCZ wro= te: > > Hi, > > > > Thank you very much for your response Ulf. It is a very clear answer. > Thanks > > again. > > > > By the way, any information for the Linux case? > > > I think this applies to Linux as well, since it's NPTL(Native Posix > Threading > Library) uses a 1:1 mapping also. I'm not 100% sure, so you might want to > ask > on a linux mailing list. > > -- > Ulf Lilleengen >