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]

POSIX Signals


Hi,

In my application, I am using signal numbered 18 to 31. Is that allowed?

I send a signal 31 using kill(0, 31). My signal 31 has an action handler
that gets called. I then call sigwait from another thread with 31 added
to sigset_t. However, sigwait does not return. If I call kill and
sigwait from the same thread, things work okay.

Am I doing something wrong or am I missing something?

Thank you,
Khurram


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


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