From owner-freebsd-current@FreeBSD.ORG Fri Jan 20 19:58:41 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 A8C2C16A41F; Fri, 20 Jan 2006 19:58:41 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBF9943D48; Fri, 20 Jan 2006 19:58:40 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.5/8.13.5/NETPLEX) with ESMTP id k0KJwala021373; Fri, 20 Jan 2006 14:58:36 -0500 (EST) Date: Fri, 20 Jan 2006 14:58:36 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Scott Long In-Reply-To: <43D13F35.1030308@samsco.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: Kris Kennaway , Gleb Smirnoff , Julian Elischer , current@freebsd.org Subject: Re: kernel thread as real threads.. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jan 2006 19:58:41 -0000 On Fri, 20 Jan 2006, Scott Long wrote: > Daniel Eischen wrote: > > > 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). > > > > Well, for the time being, I can't see why we can't specifically > name kthreads and use the process name for user threads. I think that makes more sense anyway. -- DE