Re: Signals and threads



shibu-kundara wrote:
I have a problem using sigaction function in pthread library.
I have 2 thread each one registering
but when i send signal SIGUSR1 to threadA , threadA receives the
signal but the handler func2 is getting called,


See the thread "Communication between threads of same PIDs" in this forum. Does that help ?
.