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: Tue, 26 Feb 2002 23:05:08 +1100 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: CYGWIN : Scheduling Thread-Index: AcG+n3/5VzI/jdkRSJagR6fLFcuuUwAHh2/g From: "Robert Collins" To: "Herve Bailly" , Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g1QC7wk23601 > -----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 -- 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/