John Baldwin ad6eec7b9e Tweak the in-kernel API for sending signals to threads:
- Rename tdsignal() to tdsendsignal() and make it private to kern_sig.c.
- Add tdsignal() and tdksignal() routines that mirror psignal() and
  pksignal() except that they accept a thread as an argument instead of
  a process.  They send a signal to a specific thread rather than to an
  individual process.

Reviewed by:	kib
2010-06-29 20:41:52 +00:00
..
2010-03-21 20:43:23 +00:00
2008-04-08 09:45:49 +00:00
2010-05-24 07:04:00 +00:00
2010-05-24 07:04:00 +00:00
2009-05-10 18:16:07 +00:00