From owner-cvs-all@FreeBSD.ORG Fri Sep 24 22:29:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3462716A4CE; Fri, 24 Sep 2004 22:29:09 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 926A443D31; Fri, 24 Sep 2004 22:29:08 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i8OMPt70041174; Fri, 24 Sep 2004 16:25:55 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 24 Sep 2004 16:27:02 -0600 (MDT) Message-Id: <20040924.162702.94843131.imp@bsdimp.com> To: julian@elischer.org From: "M. Warner Losh" In-Reply-To: <415492DE.4070801@elischer.org> References: <200409241958.i8OJwm8Y051147@repoman.freebsd.org> <200409241633.06963.jhb@FreeBSD.org> <415492DE.4070801@elischer.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 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: jhb@freebsd.org cc: joerg@freebsd.org Subject: Re: cvs commit: src/share/man/man9 kthread.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2004 22:29:09 -0000 In message: <415492DE.4070801@elischer.org> Julian Elischer writes: : I have been considerring adding a td_desc : field to threads to be used in teh same way... Timing Solutions has been using the 'name a thread' feature in libc_r for a long time. We've also implemented thread accounting in libc_r (at least primitive cpu time), so we know which thread is running amuck. This has proven invaluable in identifying where to concentrate our debugging efforts. Warner