On Mon, Oct 06, 2008 at 11:07:39AM -0700, Ryan wrote:
> Would it be possible to add an equivalent to lwp_kill() that
> specifically targets a thread? 

It might be possible to raise() SIGCANCEL.  I don't think DTrace
prevents you from doing that, but I'm not sure that it will work either.
But then, from code inspection my guess is "no, that won't work" because
issig_forreal() doesn't post signals from DTrace as directed signals (it
calls sigaddq() with t == NULL).

Nico
-- 
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to