From owner-freebsd-current@FreeBSD.ORG Tue Jan 11 18:34:28 2005 Return-Path: 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 469DB16A4CE; Tue, 11 Jan 2005 18:34:28 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFC1E43D48; Tue, 11 Jan 2005 18:34:27 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id 26BA37A403; Tue, 11 Jan 2005 10:34:27 -0800 (PST) Message-ID: <41E41C32.3060904@elischer.org> Date: Tue, 11 Jan 2005 10:34:26 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: David Xu References: <41E3C2CF.3080601@freebsd.org> In-Reply-To: <41E3C2CF.3080601@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: Kernel thread hash X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 11 Jan 2005 18:34:28 -0000 David Xu wrote: > I am trying to make umtx robustness like Soloris does, when > a lock holder dies, other waiters will be noticed, I need > a fast way to find a thread by thread id, but current there > isn't, who is working on it ? No-one at the moment, though you might check with Marcell as he did the thread-ID stuff. > > > David Xu > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org"