From owner-freebsd-current@FreeBSD.ORG Sun Jan 22 06:45:57 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80BA016A41F; Sun, 22 Jan 2006 06:45:57 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3F0D43D55; Sun, 22 Jan 2006 06:45:56 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k0M6hlls075874; Sat, 21 Jan 2006 23:43:47 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 21 Jan 2006 23:44:04 -0700 (MST) Message-Id: <20060121.234404.95801924.imp@bsdimp.com> To: deischen@freebsd.org From: "M. Warner Losh" In-Reply-To: References: <43D138C0.9040801@samsco.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 21 Jan 2006 23:43:50 -0700 (MST) Cc: current@freebsd.org, glebius@freebsd.org, julian@elischer.org, kris@obsecurity.org Subject: Re: kernel thread as real threads.. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jan 2006 06:45:57 -0000 In message: Daniel Eischen writes: : On Fri, 20 Jan 2006, Scott Long wrote: : > : > Does pthreads allow the programmer to name threads in a user and/or : > kernel visible way? Is this something that is really all that : > important? : : Only in a non-portable way. See pthread_set_name_np(3). This 'non-portable' way is in heavy use in at least one user of FreeBSD's software base. Warner