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]

[PATCH] pthread key destructor


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.

2002-09-23  Thomas Pfaff  <tpfaff@gmx.net>

	* thread.cc (pthread_key::run_destructor): Run destructor only if
	key value is not NULL.

Attachment: pthread_key_destructor.patch
Description: Text document


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