From owner-freebsd-current@FreeBSD.ORG Fri Jan 20 19:51:22 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 2736816A41F; Fri, 20 Jan 2006 19:51:22 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CAE243D45; Fri, 20 Jan 2006 19:51:21 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k0KJpHj9092036; Fri, 20 Jan 2006 12:51:17 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43D13F35.1030308@samsco.org> Date: Fri, 20 Jan 2006 12:51:17 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Eischen References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org 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 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:51:22 -0000 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. Scott