> -----Original Message----- > From: Scott Zhong [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 06, 2008 1:48 AM > To: [email protected] > Subject: RE: [PATCH] STDCXX-563 > > I had made modifications with the split according to hardware > architecture. > > http://www.fileden.com/files/2008/1/30/1729926/patch.stdcxx-563.v2.tar
I have updated your patch and attached it to STDCXX-563 issue in JIRA. I have renamed _mutex_%platform%.h files to _atomic_%platform%.h; extracted the generic functions for long and long long types to new _atomic_generic.h file; extracted the template functions implemented with using the mutex object to _atomic_mutex.h (perhaps this file should be renamed to anoter name?) and created the header file _atomic.h to dispatch #including the _atomic_xxx .hfiles. Also I have extracted the all OS-specific mutex things to corresponding _mutex_%os_group%.h files. Farid.
