Is  tsignal(kthread_t *t, int sig) from  uts/common/os/sig.c file
 able to do it?


In my example:
kthread_t *pTId = thread_create( ......);
tsignal(pTId ,SIGILL);

but the kthread is still live on .
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to