This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Signal handling


Hi,

I send signals with pthread_kill() from the snmp agent, which is not a 
pthread, to other threads, which are pthreads.
If I send a signal from the snmp agent to the main thread it receives it. But 
if I send a signal to another thread, which is created from main it doesn't 
take effect.
But if I send the same signal from another pthread not from the snmp agent it 
works.

Why does it not work from the snmp agent thread to another pthread than main?

Thanks you,
Roland

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]