This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] pthread key destructor


On Mon, 2002-09-23 at 22:34, Thomas Pfaff wrote:
> 
> See
> http://www.opengroup.org/onlinepubs/007904975/functions/pthread_key_create.html
> 
> I do not think that we should support more than one iterations at the
> moment. This seems to be a rather new addition to the pthread
> specification.

Hmm, I recall that being there for quite a while. But yes, I agree for
now, we won't worry.

Your patch was also slightly incorrect - we are meant to reset the value
*before* running the destrcutor. So I've implemented such a version.

Thanks.
Rob

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]