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: gettime time travels after suspend




> -----Original Message-----
> From: Chris January [mailto:chris@atomice.net] 

> There is a similar problem here with timeouts passed to 
> WaitForSingleObjectEx, and WaitForMultipleObjectsEx. I was 
> thinking of generating a patch that does a single retry when 
> a Wait* times out. Is the consensus that this would be useful or not?

I think it depends on *where* the Wait* function is called. In various
pthread calls for instance, we should not retry - because the timeouts
are passed in as absolute values, not as elapsed values.

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/


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