[PATCH] pthread_key patch

Christopher Faylor cgf@redhat.com
Fri Jul 5 10:10:00 GMT 2002


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



More information about the Cygwin-patches mailing list