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]

[v3] mutex, condition_variable


This adds in preliminary support for C++0x mutex/condition_variable, as
first posted here:
http://gcc.gnu.org/ml/libstdc++/2008-03/msg00059.html

Large parts of mutex are taken from the existing support in
ext/concurrence.h, which explains the copyright dates on that file. 

This is the the subset of chapter 30 that (arguably) will not require
new extensions to the gthr.h interface, and so my thinking was to stage
this in first. 

tested x86_64/linux
tested x86_64/linux --disable-threads

-benjamin

Attachment: p.20080506-2
Description: Text document


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