From owner-freebsd-threads@FreeBSD.ORG Thu Feb 5 02:06:49 2004 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D198016A4CE for ; Thu, 5 Feb 2004 02:06:49 -0800 (PST) Received: from raven.ravenbrook.com (raven.ravenbrook.com [193.82.131.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E11943D1D for ; Thu, 5 Feb 2004 02:06:48 -0800 (PST) (envelope-from nb@ravenbrook.com) Received: from thrush.ravenbrook.com (thrush.ravenbrook.com [193.112.141.145]) i15A6dWm091796; Thu, 5 Feb 2004 10:06:39 GMT (envelope-from nb@ravenbrook.com) Received: from thrush.ravenbrook.com (localhost [127.0.0.1]) by thrush.ravenbrook.com (8.12.9/8.12.9) with ESMTP id i15A6blb061472; Thu, 5 Feb 2004 10:06:38 GMT (envelope-from nb@thrush.ravenbrook.com) From: Nick Barnes To: Daniel Eischen In-Reply-To: from Daniel Eischen of "Wed, 04 Feb 2004 20:03:43 -0500" Date: Thu, 05 Feb 2004 10:06:37 +0000 Message-ID: <61471.1075975597@thrush.ravenbrook.com> Sender: nb@ravenbrook.com cc: Julian Elischer cc: freebsd-threads@FreeBSD.org Subject: Re: bin/31661: pthread_kill signal handler doesn't get sigcontext or ucontext X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2004 10:06:49 -0000 At 2004-02-05 01:03:43+0000, Daniel Eischen writes: > See pthread_resume_all_np(3), pthread_resume_np(3), pthread_suspend_all(3), > and pthread_suspend_allnp(3) :-) This is what the native JDK uses for > GC. Way cool. Can I get the context (i.e. registers) of a suspended thread? Nick B