[basic-improvements] Remove __gthread_key_dtor

Richard Henderson rth@redhat.com
Thu Oct 31 13:02:00 GMT 2002


On Thu, Oct 31, 2002 at 11:42:29AM -0800, Zack Weinberg wrote:
> I have never seen the code you're referring to.  Can you give a brief
> rundown on what needs to be done?

The tx5900 is one of the mips parts that doesn't have ll/sc,
or indeed any atomic operations at all, so you have to have
help from the OS.

Sony has a library through which you can create, lock and 
unlock mutex objects.  If you don't destroy one of these,
you leak it.

Eric has more details if you need them.


r~



More information about the Gcc-patches mailing list