From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26995 invoked by alias); 5 Mar 2009 21:47:06 -0000 Received: (qmail 26977 invoked by uid 22791); 5 Mar 2009 21:47:05 -0000 X-SWARE-Spam-Status: No, hits=4.5 required=5.0 tests=AWL,BAYES_50,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org Received: from smtp2-g21.free.fr (HELO smtp2-g21.free.fr) (212.27.42.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 05 Mar 2009 21:47:00 +0000 Received: from smtp2-g21.free.fr (localhost [127.0.0.1]) by smtp2-g21.free.fr (Postfix) with ESMTP id 50CF54B0067 for ; Thu, 5 Mar 2009 22:46:52 +0100 (CET) Received: from BOUZIN (bar06-4-82-234-183-108.fbx.proxad.net [82.234.183.108]) by smtp2-g21.free.fr (Postfix) with ESMTP id 051314B0028 for ; Thu, 5 Mar 2009 22:46:49 +0100 (CET) From: "Michel Pacilli" To: References: <91535b350903030407t54204a7cnb500baaa055d296d@mail.gmail.com> In-Reply-To: <91535b350903030407t54204a7cnb500baaa055d296d@mail.gmail.com> Subject: condvar implementation Date: Thu, 05 Mar 2009 21:47:00 -0000 Message-ID: <005001c99ddb$d0788dd0$7169a970$@pacilli@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact pthreads-win32-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sourceware.org Mail-Followup-To: pthreads-win32@sourceware.org X-SW-Source: 2009/txt/msg00010.txt.bz2 Hi all, I wonder if it could be interesting to port the actual code of cond_var to use The vista con_var ? For performance issues, or for design ? I'm really not an expert but I'd like to know more about the good and bad aspect of this propose. Thanks Michel Pacilli