Re: Pthreads signals

2007-03-28 Thread Daniel Eischen
On Wed, 28 Mar 2007, Steve Watt wrote: In <[EMAIL PROTECTED]>, Daniel Eischen <[EMAIL PROTECTED]> wrote: On Wed, 28 Mar 2007, Peter Holmes wrote: How do signals work with pthreads in FreeBSD. How are process signals delivered? The best explanation of signals and threads in general is in th

Re: Pthreads signals

2007-03-28 Thread Steve Watt
In <[EMAIL PROTECTED]>, Daniel Eischen <[EMAIL PROTECTED]> wrote: >On Wed, 28 Mar 2007, Peter Holmes wrote: > >> How do signals work with pthreads in FreeBSD. How are process signals >> delivered? > >The best explanation of signals and threads in general >is in the POSIX spec, or Butenhof's book.