> -----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 not be cancelled 
> asynchronous when
> it is in the cleanup push call, but i think it could be done 
> better with
> InterlockedExchangePointer.

Yes. Look at the destructor code, or the pthread_atfork list code -
there is a thread safe list based around InterlockedExchangePointer.

Rob

Reply via email to