From owner-cvs-src@FreeBSD.ORG Fri Sep 24 20:32:59 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 223CD16A4CF for ; Fri, 24 Sep 2004 20:32:59 +0000 (GMT) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id C36D843D53 for ; Fri, 24 Sep 2004 20:32:58 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 24271 invoked from network); 24 Sep 2004 20:32:58 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 24 Sep 2004 20:32:58 -0000 Received: from [10.50.40.210] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i8OKWr9x020377; Fri, 24 Sep 2004 16:32:55 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Joerg Wunsch Date: Fri, 24 Sep 2004 16:33:06 -0400 User-Agent: KMail/1.6.2 References: <200409241958.i8OJwm8Y051147@repoman.freebsd.org> In-Reply-To: <200409241958.i8OJwm8Y051147@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200409241633.06963.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 kthread.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2004 20:32:59 -0000 On Friday 24 September 2004 03:58 pm, Joerg Wunsch wrote: > joerg 2004-09-24 19:58:47 UTC > > FreeBSD src repository > > Modified files: > share/man/man9 kthread.9 > Log: > Document that kthread_exit()ing will cause a wakeup(9) on the thread > handle. > > MFC after: 1 week It's not the thread handle, it's the proc pointer: /* * If this is a kthread, then wakeup anyone waiting for it to exit. */ if (p->p_flag & P_KTHREAD) wakeup(p); -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org