Aug. 14, 2015
12:40 p.m.
On Fri, Aug 14, 2015 at 5:38 PM, KASHISH BHATIA <kashish.bhatia1989@gmail.com> wrote:
Is it possible to send signal from one kthread to another kthread using signal apis defined in signal.h and signal.c. Also I want to override the default behavior of a signal handler. How can I achieve this ?
You probably want to do a "notify?" i think. Care to elaborate more on what exactly you are trying to do? If it's information you need to pass between 2 kthreads then signal handling is not a good idea there are other mechanisms you can use.
--
Regards, Kashish Bhatia
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- ---P.K.S