Subject: Re: pthread assertion "next != 0"
To: Jaromir Dolecek <jdolecek@netbsd.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: current-users
Date: 02/12/2003 17:38:28
On Thu, Feb 13, 2003 at 02:30:23AM +0100, Jaromir Dolecek wrote:

 > Jason R Thorpe wrote:
 > > Correct.  You are allowed to do VERY LITTLE inside a signal handler.  This
 > > includes acquiring any mutexes.
 > 
 > Err, does NOT include, right? You cannot lock/unlock mutex in signal
 > handler.

Gah, right, yes, my response is poorly worded.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>