Subject: Re: SA_SIGINFO notes
To: Christos Zoulas <christos@zoulas.com>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: tech-kern
Date: 10/07/2003 14:16:05
On Tuesday, October 7, 2003, at 11:50 AM, Christos Zoulas wrote:
> I think it is related to interrupted thread vs. a thread that got an
> event.
> Threads that got an event (in the signal case) are the ones that got a
> trap.
> The rest are treated as being interrupted. I presume that this is
> because
> we want to send a trap to a specific lwp, but we can send another
> signal
> to any lwp (that is my guess).
I believe that is the case, yes.
-- Jason R. Thorpe <thorpej@wasabisystems.com>