Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com content-class: urn:content-classes:message Subject: RE: CYGWIN : Scheduling MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Wed, 27 Feb 2002 01:44:30 +1100 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: CYGWIN : Scheduling Thread-Index: AcG+zdrdwCuYjK4mQmCf8SBEhXb7FwABi/SQ From: "Robert Collins" To: "Herve Bailly" Cc: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g1QEkV210610 Please keep replies on list. And pthread_cond_signal is implemented. Rob > -----Original Message----- > From: Herve Bailly [mailto:herve DOT bailly AT sacet DOT com] > Sent: Wednesday, February 27, 2002 1:02 AM > To: Robert Collins > Subject: Re: CYGWIN : Scheduling > > > > > Robert Collins a écrit : > > > > -----Original Message----- > > > From: Herve Bailly [mailto:herve DOT bailly AT sacet DOT com] > > > Sent: Tuesday, February 26, 2002 7:30 PM > > > To: cygwin AT cygwin DOT com > > > Subject: CYGWIN : Scheduling > > > > > > > > > Hello, > > > With mutlti-thread CYGWIN application, how to have scheduling > > > between threads even if one is blocking in a loop ? > > > Thank you for any response. > > > Hervé BAILLY > > > > The usual way - with a mutex and a condition variable. > > > > Rob > > Thank you for your answer. > One objection: pthread synchronisation like > pthread_cond_signal...is not yet implemented in CYGWIN. So > how to make such synchronisation ? > Hervé BAILLY > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/