[v3] mutex, condition_variable

Benjamin Kosnik bkoz@redhat.com
Tue May 6 21:32:00 GMT 2008


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

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: p.20080506-2
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20080506/3b1fd4db/attachment.ksh>


More information about the Gcc-patches mailing list