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: [v3] mutex, condition_variable


On 5/6/08, Benjamin Kosnik <bkoz@redhat.com> wrote:
>
> 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
>
>
>


This patch breaks windows targets.  See:
http://gcc.gnu.org/ml/libstdc++/2008-05/msg00022.html


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