Re: Signals and threads



Hi.
Thanks for the response let me clear the question,

I have two thread registered two different signal handler
SigHndlrFuncA,SigHndlrFuncB
Both is registerd with SIGUSR1.
When i send SIGUSR1 signal to threadA why SigHndlrFuncB is getting
called instead of SigHndlrFuncA???

reg
thomas

.