> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of Robert Collins
> Sent: Monday, 10 June 2002 6:41 PM
> To: 'Thomas Pfaff'
> Cc: [EMAIL PROTECTED]
> Subject: RE: [PATCH] added locks in pthread code
>
> -Original Message-
> From: Thomas Pfaff [mailto:[EMAIL PROTECTED]]
> Sent: Monday, 10 June 2002 4:48 PM
> To: Robert Collins
> Cc: [EMAIL PROTECTED]
> Subject: RE: [PATCH] added locks in pthread code
>
>
>
> I wanted to make sure that a thread can no
unctions (from the standard) are not
> cancellable.
>
> Rob
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]] On Behalf Of Robert Collins
> > Sent: Monday, 10 June 2002 12:24 PM
> > To: 'Thomas Pfaf
ncellable.
Rob
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of Robert Collins
> Sent: Monday, 10 June 2002 12:24 PM
> To: 'Thomas Pfaff'; [EMAIL PROTECTED]
> Subject: RE: [PATCH] added locks in pthread code
>
>
>
25 April 2002 7:33 PM
> To: [EMAIL PROTECTED]
> Subject: [PATCH] added locks in pthread code
>
>
> The patch will add locks via mutex around critical code to
> protect against
> race conditions and fix __pthread_detach to cleanup when thread has
> already termin
The patch will add locks via mutex around critical code to protect against
race conditions and fix __pthread_detach to cleanup when thread has
already terminated. This an incremental update again.
Greetings,
Thomas
2002-04-25 Thomas Pfaff <[EMAIL PROTECTED]>
* thread.h (pthread::mutex