From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29460 invoked by alias); 29 Nov 2011 14:03:42 -0000 Received: (qmail 29452 invoked by uid 22791); 29 Nov 2011 14:03:40 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ey0-f175.google.com (HELO mail-ey0-f175.google.com) (209.85.215.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 29 Nov 2011 14:03:25 +0000 Received: by eaad13 with SMTP id d13so3382571eaa.20 for ; Tue, 29 Nov 2011 06:03:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.227.206.200 with SMTP id fv8mr30904681wbb.11.1322575404225; Tue, 29 Nov 2011 06:03:24 -0800 (PST) Received: by 10.216.139.105 with HTTP; Tue, 29 Nov 2011 06:03:24 -0800 (PST) In-Reply-To: <6551986.1471691322559063137.JavaMail.defaultUser@defaultHost> References: <6551986.1471691322559063137.JavaMail.defaultUser@defaultHost> Date: Tue, 29 Nov 2011 15:36:00 -0000 Message-ID: Subject: Re: GCC: C0x11 threading support From: Jonathan Wakely To: "Erotavlas_turbo@libero.it" Cc: gcc-help@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-11/txt/msg00291.txt.bz2 On 29 November 2011 09:31, Erotavlas_turbo@libero.it wrote: > Ok, I have understood that the new library of C++11 is nearly complete and it > is almost the same of boost library. I don't think that's what I said. > As you have noticed the support of GCC for > the core feature is not still complete, but can I use the library (embedded or > boost) for threading programming? Yes. > Or I'm limited by the compiler?If yes what are > the use of the library? Creating and using mutexes, locks, threads, futures, promises etc. What you do with them is up to you.