public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Question about threads and signals
@ 2003-01-18  3:24 Jamie Lokier
  2003-01-18  3:51 ` Ulrich Drepper
  0 siblings, 1 reply; 3+ messages in thread
From: Jamie Lokier @ 2003-01-18  3:24 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar, Ulrich Drepper

Dear POSIX thread experts (i.e. Ingo and Ulrich),

I have a teensy question.  Using the new Linux 2.5 threads + glibc/NPTL:

1. If a signal is delivered to a thread, is it masked for the duration of
   the handler in (a) just that thread or (b) all threads?

   In other words, if I have 3 threads and SIGIO is not blocked in any
   of them, is it possible for my SIGIO handler to be called up to 3
   times concurrently?  Or is the blocked mask somehow shared?

   Is the same thing true of SIGCHLD?  SIGSEGV?

2. Is this true of POSIX threads in general, or just Linux?

Thanks,
-- Jamie





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-01-18  4:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-18  3:24 Question about threads and signals Jamie Lokier
2003-01-18  3:51 ` Ulrich Drepper
2003-01-18  4:49   ` Jamie Lokier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox