Subject: Re: sig*wait() implementation, RFC
To: Jaromir Dolecek <jdolecek@netbsd.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: tech-kern
Date: 02/10/2003 14:46:46
On Mon, Feb 10, 2003 at 11:27:34PM +0100, Jaromir Dolecek wrote:

 > Yep, this might be one option. But kernel doesn't have easy way to know how
 > long the LWP slept in ltsleep(), does it?

You can do subtraction from mono_time after the tsleep returns, yes?

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