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 patch


On Fri, Jul 05, 2002 at 08:50:21AM +0200, Thomas Pfaff wrote:
>If somebody is interested why if find this patch neccessary with a posix
>threaded gcc could read
>http://cygwin.com/ml/cygwin-patches/2002-q2/msg00214.html

Can you summarize why you need to explicitly run destructors on process
detach?  It seems like this should happen automatically anyway.  I assume
that you're accessing thread-local storage on thread detach, so that's
why you need to do things then.  Process detach on the other hand...

cgf


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