This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: CYGWIN : Scheduling


Please keep replies on list.

And pthread_cond_signal is implemented.

Rob

> -----Original Message-----
> From: Herve Bailly [mailto:herve.bailly@sacet.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.bailly@sacet.com]
> > > Sent: Tuesday, February 26, 2002 7:30 PM
> > > To: cygwin@cygwin.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]