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]

Re: Condition Variables?


Robert Collins wrote:
> 
> Uhmm, a) report the actual bug you are experiencing.

PTHREAD_COND_INITIALIZER is not defined.

> b) in this case AFAIK there is no current bug with single-process
> condition variables. Cygwin doesn't have proper support for shared
> process condition/mutex variables yet.

It is single process.  I'll just remove my use (and attempted
workaround) of the PTHREAD_COND_INITIALIZER macro.  That should fix
everything, by not using the macro at all.  Inconvenient, but apparantly
a necessary evil.

> c) To get a fixed version download a snapshot cygwin dll.

That too?  Alright.  

...

My first test works perfectly.  My more complicated test works great as
well.  I think you've fixed the problem.  :)  Now I can get back to the
full program again.


Wesel

--
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]