This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [basic-improvements] Remove __gthread_key_dtor


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~


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