This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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] | |
I'm currently attempting to update the gthread API to implement c++0x's thread library. Attached is a half-baked patch with my current progress but besides gthr-posix.h, I'm basically programming blind (i.e. no way to test) and so before I go any further I need some advice/direction on how to progress from here.
Thus far I've been stuffing extra function prototypes and def'ns around the ObjC stuff but there's overlap and I'm not sure how to handle it (i.e. duplicated "gthrw" decl's of some pthread funcs). Should any additions required by c++0x be guarded by some defined macro (kind of like the objc stuff is guarded)?
objective-c/c++ Mike Stump mrs@apple.com objective-c/c++ Stan Shebs stanshebs@earthlink.net libobjc Nicola Pero n.pero@mi.flashnet.it libobjc Andrew Pinski pinskia@gmail.com
-- Mark Mitchell CodeSourcery mark@codesourcery.com (650) 331-3385 x713
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |