Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.programming.threads > #1987

Clarification for the handling of sigwaitinfo()

From Markus Elfring <Markus.Elfring@web.de>
Newsgroups comp.programming.threads, comp.unix.programmer
Subject Clarification for the handling of sigwaitinfo()
Date 2013-11-16 16:16 +0100
Message-ID <bepgirFsghjU1@mid.individual.net> (permalink)

Cross-posted to 2 groups.

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hello,

I try to wait for various signals in a dedicated thread on my openSUSE system as
you can see it from the attached source file.
http://pubs.opengroup.org/onlinepubs/9699919799/functions/sigwaitinfo.html

I wonder why this small test program does not work as expected so far. I get the
error message "my_receiver: Signal wait failed." after a signal was sent to the
corresponding process.

I would appreciate your advices.

Regards,
Markus

Back to comp.programming.threads | Previous | NextNext in thread | Find similar


Thread

Clarification for the handling of sigwaitinfo() Markus Elfring <Markus.Elfring@web.de> - 2013-11-16 16:16 +0100
  Re: Clarification for the handling of sigwaitinfo() Chris Vine <chris@cvine--nospam--.freeserve.co.uk> - 2013-11-16 20:23 +0000
    Re: Clarification for the handling of sigwaitinfo() Markus Elfring <Markus.Elfring@web.de> - 2013-11-17 10:50 +0100
      Re: Clarification for the handling of sigwaitinfo() Chris Vine <chris@cvine--nospam--.freeserve.co.uk> - 2013-11-17 11:11 +0000
        Re: Clarification for the handling of sigwaitinfo() Markus Elfring <Markus.Elfring@web.de> - 2013-11-17 13:30 +0100

csiph-web