Re: Signals and threads
- From: "shibu-kundara" <thomasece@xxxxxxxxx>
- Date: 24 Nov 2006 04:59:43 -0800
Hi,
The exact scenareo is i have 7 threads in my application
When a hardware interrupt occures, it will trigger the isr which
internally sends signals to a list of threads which are intrested.
Here all the threads should recive the signal and should execute the
corresponding handler seperately.Also note that all the 7 threads are
not waiting for any other operation and is executing simultaneously.
Also in linux we have only SIGUSR1 and SIGUSR2 for user purpose
I am sending the signal using
pthrread(threadID,SIGUSR1);
Thanks
thomas
.
- References:
- Signals and threads
- From: shibu-kundara
- Re: Signals and threads
- From: loic-dev
- Re: Signals and threads
- From: shibu-kundara
- Re: Signals and threads
- From: loic-dev
- Signals and threads
- Prev by Date: Re: Signals and threads
- Next by Date: Re: Signals and threads
- Previous by thread: Re: Signals and threads
- Next by thread: Re: Signals and threads
- Index(es):
Relevant Pages
|