Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Subject: Re: Quick testfeedback... From: Robert Collins To: cygdev In-Reply-To: <20010912184031.X1285@cygbert.vinschen.de> References: <1000209619 DOT 7293 DOT 196 DOT camel AT lifelesswks> <20010912184031 DOT X1285 AT cygbert DOT vinschen DOT de> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/0.13 (Preview Release) Date: 13 Sep 2001 08:32:06 +1000 Message-Id: <1000333927.31760.20.camel@lifelesswks> Mime-Version: 1.0 X-OriginalArrivalTime: 12 Sep 2001 22:18:57.0174 (UTC) FILETIME=[EA3A2B60:01C13BD8] On Thu, 2001-09-13 at 02:40, Corinna Vinschen wrote: > On Tue, Sep 11, 2001 at 10:00:11PM +1000, Robert Collins wrote: > > + if (iswinnt) > > + InitializeCriticalSection (&criticalsection); > > + else > > + { > > + this->win32_obj_id =::CreateMutex (&sec_none_nih, false, NULL); > > + if (!win32_obj_id) > > + magic = 0; > > + } > > Could somebody give me a short hint why we're using critical > sections on NT only? I need some three word only description... > something memorable... TryEnterCriticalSection, Win9x, Existence. :] Rob