Re: Pthread programming

1999-05-22 Thread Rob Browning
Patrick Bertholon <[EMAIL PROTECTED]> writes: > 1) With linux Posix Thread, when a thread receive a signal (for > example a segmentation fault), do the other thread of the same program > automatically receive the same signal, or there is an attribute to > activate ? > > 2) Is there a

Re: Pthread programming

1999-05-21 Thread Daniel Burrows
On Fri, May 21, 1999 at 03:35:47PM +0200, Federico Di Gregorio was heard to say: > Scavenging the mail folder resulted in Patrick Bertholon writing: > > Hello, > > > > I'm making a program using Linux pthread, from the glibc 2.0.7t. > > There are few points that I'd like to u

Re: Pthread programming

1999-05-21 Thread Federico Di Gregorio
Scavenging the mail folder resulted in Patrick Bertholon writing: > Hello, > > I'm making a program using Linux pthread, from the glibc 2.0.7t. > There are few points that I'd like to understand more. > > 1) With linux Posix Thread, when a thread receive a signal (for >

Pthread programming

1999-05-21 Thread Patrick Bertholon
Hello, I'm making a program using Linux pthread, from the glibc 2.0.7t. There are few points that I'd like to understand more. 1) With linux Posix Thread, when a thread receive a signal (for example a segmentation fault), do the other thread of the same program automat